aboutsummaryrefslogtreecommitdiff
path: root/contrib/perl5/installhtml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/installhtml')
-rwxr-xr-xcontrib/perl5/installhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/perl5/installhtml b/contrib/perl5/installhtml
index cfbbe9f5c67a..d437ded13c0b 100755
--- a/contrib/perl5/installhtml
+++ b/contrib/perl5/installhtml
@@ -1,6 +1,6 @@
#!./perl -w
-# This file should really be a extracted from a .PL
+# This file should really be extracted from a .PL file
use lib 'lib'; # use source library if present
@@ -592,6 +592,7 @@ sub runpod2html {
"--htmlroot=$htmlroot",
"--podpath=".join(":", @podpath),
"--podroot=$podroot", "--netscape",
+ "--header",
($doindex ? "--index" : "--noindex"),
"--" . ($recurse ? "" : "no") . "recurse",
($#libpods >= 0) ? "--libpods=" . join(":", @libpods) : "",