Add a chapter explaining common error messages
[sgt/putty] / doc / Makefile
CommitLineData
3c42d118 1CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant
91f80e36 2CHAPTERS += errors faq feedback licence
e5b0d077 3
4INPUTS = $(patsubst %,%.but,$(CHAPTERS))
5
6# This is temporary. Hack it locally or something.
5b68bbaf 7HALIBUT = $(HOME)/src/halibut/build/halibut
e5b0d077 8
9Contents.html: $(INPUTS)
5b68bbaf 10 $(HOME)/src/halibut/build/halibut $(INPUTS)
e5b0d077 11 rm -f index.html
12 ln -s Contents.html index.html
c0fc9801 13 mv output.txt puttydoc.txt
14 mv output.hlp putty.hlp
15 mv output.cnt putty.cnt
e86cf399 16
17clean:
c0fc9801 18 rm -f *.html *.txt *.hlp *.cnt