diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-21 01:06:01 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-21 01:06:01 +0000 |
commit | fa36d8a97b0d923a9cb0f351f31eff6240f55c94 (patch) | |
tree | 5f6f71c2349ad2eea3a4924d4d05f243a2927691 /Makefile | |
parent | 107587744c6e9be29d7c3cc9e9e73925e97f8a1e (diff) | |
download | termo-fa36d8a97b0d923a9cb0f351f31eff6240f55c94.tar.gz termo-fa36d8a97b0d923a9cb0f351f31eff6240f55c94.tar.xz termo-fa36d8a97b0d923a9cb0f351f31eff6240f55c94.zip |
Fix Makefile for manpage generation of new man/termkey.7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |