2001-12-16 17:56:02 +03:00
|
|
|
CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant
|
2002-10-01 20:27:36 +04:00
|
|
|
CHAPTERS += errors faq feedback licence
|
2001-01-17 13:11:16 +03:00
|
|
|
|
|
|
|
INPUTS = $(patsubst %,%.but,$(CHAPTERS))
|
|
|
|
|
|
|
|
# This is temporary. Hack it locally or something.
|
2002-08-05 14:35:35 +04:00
|
|
|
HALIBUT = $(HOME)/src/halibut/build/halibut
|
2001-01-17 13:11:16 +03:00
|
|
|
|
|
|
|
Contents.html: $(INPUTS)
|
2002-08-05 14:35:35 +04:00
|
|
|
$(HOME)/src/halibut/build/halibut $(INPUTS)
|
2001-01-17 13:11:16 +03:00
|
|
|
rm -f index.html
|
|
|
|
ln -s Contents.html index.html
|
2001-12-06 21:18:46 +03:00
|
|
|
mv output.txt puttydoc.txt
|
|
|
|
mv output.hlp putty.hlp
|
|
|
|
mv output.cnt putty.cnt
|
2001-02-19 13:54:05 +03:00
|
|
|
|
|
|
|
clean:
|
2001-12-06 21:18:46 +03:00
|
|
|
rm -f *.html *.txt *.hlp *.cnt
|