Commit 7b05845b authored by Diego Biurrun's avatar Diego Biurrun

doc: Try to find nonstandard Perl path from the environment

parent 3cd612d4
#! /usr/bin/perl -w #!/usr/bin/env perl
# Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. # Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
# markup to Perl POD format. It's intended to be used to extract # markup to Perl POD format. It's intended to be used to extract
# something suitable for a manpage from a Texinfo document. # something suitable for a manpage from a Texinfo document.
use warnings;
$output = 0; $output = 0;
$skipping = 0; $skipping = 0;
%sects = (); %sects = ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment