diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-03-30 19:22:19 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-03-30 19:22:19 +0000 |
| commit | c1469440142291402d5a77a4613c07f841bb3157 (patch) | |
| tree | 8b1db116a562f58cd1e7fedd0a713124ede7aaf6 /doc/Makefile | |
| parent | 58cee09140826d377a1e20cb4b0d064723d1355e (diff) | |
| download | halibut-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/Makefile | 4 |
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 |