Prelim. CVS/plink howto
[u/mdw/putty] / doc / Makefile
CommitLineData
e5b0d077 1CHAPTERS = blurb intro gs config pscp plink pubkey pageant trouble
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