From c1469440142291402d5a77a4613c07f841bb3157 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 30 Mar 2004 19:22:19 +0000 Subject: The manual is now fully indexed. [originally from svn r3999] --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/Makefile') 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 -- cgit v1.1