First instalment of a manual for Halibut. This lot covers the
[sgt/halibut] / doc / Makefile
CommitLineData
11f2edfa 1CHAPTERS := $(SITE) blurb intro running input licence
2
3INPUTS = $(patsubst %,%.but,$(CHAPTERS))
4
5HALIBUT = ../build/halibut
6
7all: Contents.html
8
9Contents.html: $(INPUTS)
10 $(HALIBUT) $(INPUTS)
11 rm -f index.html
12 ln -s Contents.html index.html
13 mv output.txt halibut.txt
14 rm -f output.hlp output.cnt output.1
15
16clean:
17 rm -f *.html *.txt *.hlp *.cnt *.1