summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-03-30 19:22:19 +0000
committerSimon Tatham <anakin@pobox.com>2004-03-30 19:22:19 +0000
commitc1469440142291402d5a77a4613c07f841bb3157 (patch)
tree8b1db116a562f58cd1e7fedd0a713124ede7aaf6 /doc/Makefile
parent58cee09140826d377a1e20cb4b0d064723d1355e (diff)
downloadhalibut-c1469440142291402d5a77a4613c07f841bb3157.zip
halibut-c1469440142291402d5a77a4613c07f841bb3157.tar.gz
halibut-c1469440142291402d5a77a4613c07f841bb3157.tar.bz2
halibut-c1469440142291402d5a77a4613c07f841bb3157.tar.xz
The manual is now fully indexed.
[originally from svn r3999]
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index cacad86..e660d41 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,4 +1,4 @@
-CHAPTERS := $(SITE) blurb intro running input output licence
+CHAPTERS := $(SITE) blurb intro running input output licence index
INPUTS = $(patsubst %,%.but,$(CHAPTERS))
@@ -6,7 +6,7 @@ HALIBUT = ../build/halibut
all: Contents.html
-Contents.html: $(INPUTS)
+Contents.html: $(INPUTS) $(HALIBUT)
$(HALIBUT) $(INPUTS)
rm -f index.html
ln -s Contents.html index.html