summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files changed, 1 insertions, 5 deletions
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