Fix Makefile for manpage generation of new man/termkey.7

This commit is contained in:
Paul LeoNerd Evans 2012-01-21 01:06:01 +00:00
parent 107587744c
commit fa36d8a97b
2 changed files with 3 additions and 1 deletions

View File

@ -134,4 +134,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 --also man/also 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 man/*.7

View File

@ -1,3 +1,5 @@
termkey_destroy.3 = termkey_new.3
termkey_get_flags.3 = termkey_set_flags.3
termkey_get_canonflags.3 = termkey_set_canonflags.3
termkey_get_waittime.3 = termkey_set_waittime.3
termkey_getkey_force.3 = termkey_getkey.3