Fix 'htmldocs' Makefile target

This commit is contained in:
Paul LeoNerd Evans 2012-01-18 14:11:05 +00:00
parent 6d6afe788c
commit ec82fbf29b
1 changed files with 3 additions and 1 deletions

View File

@ -127,5 +127,7 @@ dist: distdir
tar -czf $(TARBALL) $(DISTDIR)
rm -rf $(DISTDIR)
HTMLDIR=html
htmldocs:
perl $(HOME)/src/perl/Parse-Man/examples/man-to-html.pl -O $(HOME)/website-source2/code/libtermkey/doc --file-extension tmpl --link-extension html --template home_lou.tt2 *.3
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