From d66fb5283c7f32c80617aa772fa6c54dc9a77847 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 1 Apr 2004 17:54:54 +0000 Subject: Having done all these command-line options and new \cfg directives, I'd better document them... [originally from svn r4024] --- doc/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index e660d41..0e8737a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,11 +7,7 @@ HALIBUT = ../build/halibut all: Contents.html Contents.html: $(INPUTS) $(HALIBUT) - $(HALIBUT) $(INPUTS) - rm -f index.html - ln -s Contents.html index.html - mv output.txt halibut.txt - rm -f output.hlp output.cnt output.1 + $(HALIBUT) --text=halibut.txt --html $(INPUTS) clean: rm -f *.html *.txt *.hlp *.cnt *.1 -- cgit v1.1