First attempt at a Unix port of Plink. Seems to basically work;
[u/mdw/putty] / doc / Makefile
... / ...
CommitLineData
1CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant
2CHAPTERS += errors faq feedback licence
3
4INPUTS = $(patsubst %,%.but,$(CHAPTERS))
5
6# This is temporary. Hack it locally or something.
7HALIBUT = $(HOME)/src/halibut/build/halibut
8
9Contents.html: $(INPUTS)
10 $(HOME)/src/halibut/build/halibut $(INPUTS)
11 rm -f index.html
12 ln -s Contents.html index.html
13 mv output.txt puttydoc.txt
14 mv output.hlp putty.hlp
15 mv output.cnt putty.cnt
16
17clean:
18 rm -f *.html *.txt *.hlp *.cnt