1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00
putty-source/doc/Makefile
Simon Tatham fe943dcd68 Add a new chapter full of intermediate-useful-things, somewhere
between `Getting Started' (things we can barely believe you don't
know) and the Configuration reference chapter (things you already
knew and had just forgotten). Only half-written at the moment.

[originally from svn r1423]
2001-11-25 18:59:12 +00:00

15 lines
366 B
Makefile

CHAPTERS = blurb intro gs using config pscp plink pubkey pageant faq
INPUTS = $(patsubst %,%.but,$(CHAPTERS))
# This is temporary. Hack it locally or something.
BUTTRESS = $(HOME)/src/buttress/build/buttress
Contents.html: $(INPUTS)
$(HOME)/src/buttress/build/buttress $(INPUTS)
rm -f index.html
ln -s Contents.html index.html
clean:
rm -f *.html output.txt