The manual is now fully indexed.
[sgt/halibut] / doc / Makefile
index cacad86..e660d41 100644 (file)
@@ -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