Also pass 'index' argument to man-to-html.pl
This commit is contained in:
parent
fedda1bdd4
commit
72d9819a93
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue