2003-10-30 10:30:23 +00:00
|
|
|
CHAPTERS := $(SITE) blurb intro gs using config pscp psftp plink pubkey
|
|
|
|
CHAPTERS += pageant errors faq feedback licence
|
2001-01-17 10:11:16 +00:00
|
|
|
|
|
|
|
INPUTS = $(patsubst %,%.but,$(CHAPTERS))
|
|
|
|
|
|
|
|
# This is temporary. Hack it locally or something.
|
2002-08-05 10:35:35 +00:00
|
|
|
HALIBUT = $(HOME)/src/halibut/build/halibut
|
2001-01-17 10:11:16 +00:00
|
|
|
|
|
|
|
Contents.html: $(INPUTS)
|
2002-08-05 10:35:35 +00:00
|
|
|
$(HOME)/src/halibut/build/halibut $(INPUTS)
|
2001-01-17 10:11:16 +00:00
|
|
|
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
|