diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-04-12 19:21:03 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-04-12 19:21:03 +0100 |
commit | 72d9819a93f364386a044ae39181ac14b21bbbe1 (patch) | |
tree | 66bf3890d8ad26b52170c2d9f071e86c71a86444 /Makefile | |
parent | fedda1bdd4dde2e2750a67e740c3ab64b436ae8b (diff) | |
download | termo-72d9819a93f364386a044ae39181ac14b21bbbe1.tar.gz termo-72d9819a93f364386a044ae39181ac14b21bbbe1.tar.xz termo-72d9819a93f364386a044ae39181ac14b21bbbe1.zip |
Also pass 'index' argument to man-to-html.pl
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,4 +169,4 @@ dist: distdir HTMLDIR=html htmldocs: $(BUILTMAN) - perl $(HOME)/src/perl/Parse-Man/examples/man-to-html.pl -O $(HTMLDIR) --file-extension tmpl --link-extension html --template home_lou.tt2 --also man/also man/*.3 man/*.7 + perl $(HOME)/src/perl/Parse-Man/examples/man-to-html.pl -O $(HTMLDIR) --file-extension tmpl --link-extension html --template home_lou.tt2 --also man/also man/*.3 man/*.7 --index index.tmpl |