From ec82fbf29b7e59024b7a04e6bbfcee8960e0410c Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 18 Jan 2012 14:11:05 +0000 Subject: [PATCH] Fix 'htmldocs' Makefile target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6ec087..c31355b 100644 --- a/Makefile +++ b/Makefile @@ -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