diff options
Diffstat (limited to 'installhtml')
-rwxr-xr-x | installhtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installhtml b/installhtml index b5406c5691..4bbaba9f0d 100755 --- a/installhtml +++ b/installhtml @@ -601,6 +601,7 @@ sub runpod2html { "--htmlroot=$htmlroot", "--podpath=".join(":", @podpath), "--podroot=$podroot", "--netscape", + "--header", ($doindex ? "--index" : "--noindex"), "--" . ($recurse ? "" : "no") . "recurse", ($#libpods >= 0) ? "--libpods=" . join(":", @libpods) : "", |