2001-12-14 12:15:43 +00:00
|
|
|
CHAPTERS = blurb intro gs using config pscp psftp plink pubkey pageant faq
|
2001-01-17 10:11:16 +00:00
|
|
|
|
|
|
|
INPUTS = $(patsubst %,%.but,$(CHAPTERS))
|
|
|
|
|
|
|
|
# This is temporary. Hack it locally or something.
|
|
|
|
BUTTRESS = $(HOME)/src/buttress/build/buttress
|
|
|
|
|
|
|
|
Contents.html: $(INPUTS)
|
|
|
|
$(HOME)/src/buttress/build/buttress $(INPUTS)
|
|
|
|
rm -f index.html
|
|
|
|
ln -s Contents.html index.html
|
2001-12-06 18:18:46 +00:00
|
|
|
mv output.txt puttydoc.txt
|
|
|
|
mv output.hlp putty.hlp
|
|
|
|
mv output.cnt putty.cnt
|
2001-02-19 10:54:05 +00:00
|
|
|
|
|
|
|
clean:
|
2001-12-06 18:18:46 +00:00
|
|
|
rm -f *.html *.txt *.hlp *.cnt
|