Instructions on setting PATH more permanently.
[u/mdw/putty] / doc / Makefile
1 CHAPTERS = blurb intro gs config pscp plink pubkey pageant trouble
2
3 INPUTS = $(patsubst %,%.but,$(CHAPTERS))
4
5 # This is temporary. Hack it locally or something.
6 BUTTRESS = $(HOME)/src/buttress/build/buttress
7
8 Contents.html: $(INPUTS)
9 $(HOME)/src/buttress/build/buttress $(INPUTS)
10 rm -f index.html
11 ln -s Contents.html index.html