summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-03-25 18:33:02 +0000
committerSimon Tatham <anakin@pobox.com>2004-03-25 18:33:02 +0000
commit187d4791fd0873b4058b381aa3d3a591b846463e (patch)
tree5e36f1b52adc5cc2255b7db15af8af57e66e8a13 /doc/Makefile
parent2c5767ab6e1ea37c190be1da007cc015a5d3a7ed (diff)
downloadhalibut-187d4791fd0873b4058b381aa3d3a591b846463e.zip
halibut-187d4791fd0873b4058b381aa3d3a591b846463e.tar.gz
halibut-187d4791fd0873b4058b381aa3d3a591b846463e.tar.bz2
halibut-187d4791fd0873b4058b381aa3d3a591b846463e.tar.xz
First instalment of a manual for Halibut. This lot covers the
(nearly nonexistent) invocation syntax and the input format. [originally from svn r3979]
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000..62c3229
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,17 @@
+CHAPTERS := $(SITE) blurb intro running input licence
+
+INPUTS = $(patsubst %,%.but,$(CHAPTERS))
+
+HALIBUT = ../build/halibut
+
+all: Contents.html
+
+Contents.html: $(INPUTS)
+ $(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
+
+clean:
+ rm -f *.html *.txt *.hlp *.cnt *.1