diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-21 01:06:48 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-21 01:06:48 +0000 |
commit | cfb0480c1a84ca8dff490d5ce5867e87b1d01fc1 (patch) | |
tree | aa0ea04f3eb569d2b28651fc6d5d82de134387ac /Makefile | |
parent | fa36d8a97b0d923a9cb0f351f31eff6240f55c94 (diff) | |
download | termo-cfb0480c1a84ca8dff490d5ce5867e87b1d01fc1.tar.gz termo-cfb0480c1a84ca8dff490d5ce5867e87b1d01fc1.tar.xz termo-cfb0480c1a84ca8dff490d5ce5867e87b1d01fc1.zip |
Ensure that 'make htmldocs' rebuilds built manpages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,5 +133,5 @@ dist: distdir HTMLDIR=html -htmldocs: +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 |