From 187d4791fd0873b4058b381aa3d3a591b846463e Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Thu, 25 Mar 2004 18:33:02 +0000 Subject: First instalment of a manual for Halibut. This lot covers the (nearly nonexistent) invocation syntax and the input format. [originally from svn r3979] --- doc/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/Makefile (limited to 'doc/Makefile') 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 -- cgit v1.1