Add a chapter to the manual describing PSFTP.
[u/mdw/putty] / doc / Makefile
CommitLineData
9a313f60 1CHAPTERS = blurb intro gs using config pscp psftp plink pubkey pageant faq
e5b0d077 2
3INPUTS = $(patsubst %,%.but,$(CHAPTERS))
4
5# This is temporary. Hack it locally or something.
6BUTTRESS = $(HOME)/src/buttress/build/buttress
7
8Contents.html: $(INPUTS)
9 $(HOME)/src/buttress/build/buttress $(INPUTS)
10 rm -f index.html
11 ln -s Contents.html index.html
c0fc9801 12 mv output.txt puttydoc.txt
13 mv output.hlp putty.hlp
14 mv output.cnt putty.cnt
e86cf399 15
16clean:
c0fc9801 17 rm -f *.html *.txt *.hlp *.cnt