Sort out the silly filenames.
[u/mdw/putty] / doc / Makefile
1 CHAPTERS = blurb intro gs using config pscp plink pubkey pageant faq
2
3 INPUTS = $(patsubst %,%.but,$(CHAPTERS))
4
5 # This is temporary. Hack it locally or something.
6 BUTTRESS = $(HOME)/src/buttress/build/buttress
7
8 Contents.html: $(INPUTS)
9 $(HOME)/src/buttress/build/buttress $(INPUTS)
10 rm -f index.html
11 ln -s Contents.html index.html
12 mv output.txt puttydoc.txt
13 mv output.hlp putty.hlp
14 mv output.cnt putty.cnt
15
16 clean:
17 rm -f *.html *.txt *.hlp *.cnt