Use the 'also' list for aliased pages

This commit is contained in:
Paul LeoNerd Evans 2012-01-18 14:27:18 +00:00
parent a4f9cc6d7f
commit 14d6bb736c
2 changed files with 4 additions and 1 deletions

View File

@ -130,4 +130,4 @@ dist: distdir
HTMLDIR=html
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

3
man/also Normal file
View File

@ -0,0 +1,3 @@
termkey_destroy.3 = termkey_new.3
termkey_get_flags.3 = termkey_set_flags.3
termkey_getkey_force.3 = termkey_getkey.3