Make it clear that we're only responsible for our own web site, and
[sgt/putty] / doc / Makefile
CommitLineData
3c42d118 1CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant
2CHAPTERS += faq feedback licence
e5b0d077 3
4INPUTS = $(patsubst %,%.but,$(CHAPTERS))
5
6# This is temporary. Hack it locally or something.
7BUTTRESS = $(HOME)/src/buttress/build/buttress
8
9Contents.html: $(INPUTS)
10 $(HOME)/src/buttress/build/buttress $(INPUTS)
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