Use the 'also' list for aliased pages
This commit is contained in:
parent
a4f9cc6d7f
commit
14d6bb736c
2
Makefile
2
Makefile
|
@ -130,4 +130,4 @@ dist: distdir
|
||||||
HTMLDIR=html
|
HTMLDIR=html
|
||||||
|
|
||||||
htmldocs:
|
htmldocs:
|
||||||
perl $(HOME)/src/perl/Parse-Man/examples/man-to-html.pl -O $(HTMLDIR) --file-extension tmpl --link-extension html --template home_lou.tt2 man/*.3
|
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
|
||||||
|
|
Loading…
Reference in New Issue