]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - doc/Makefile
Move the reference to sitestyle.css out into a separate .but file
[PuTTY.git] / doc / Makefile
1 CHAPTERS := $(SITE) blurb intro gs using config pscp psftp plink pubkey
2 CHAPTERS += pageant errors faq feedback licence
3
4 INPUTS = $(patsubst %,%.but,$(CHAPTERS))
5
6 # This is temporary. Hack it locally or something.
7 HALIBUT = $(HOME)/src/halibut/build/halibut
8
9 Contents.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
17 clean:
18         rm -f *.html *.txt *.hlp *.cnt