I always meant to remove emphasis in the index by default. Now I do
[sgt/halibut] / doc / Makefile
CommitLineData
339cbe09 1CHAPTERS := $(SITE) blurb intro running input output licence index
11f2edfa 2
3INPUTS = $(patsubst %,%.but,$(CHAPTERS))
4
5HALIBUT = ../build/halibut
6
7all: Contents.html
8
339cbe09 9Contents.html: $(INPUTS) $(HALIBUT)
11f2edfa 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