1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 18:07:59 +00:00
putty-source/doc/Makefile
Simon Tatham 83370ae6e5 Add "make clean" target
[originally from svn r931]
2001-02-19 10:54:05 +00:00

15 lines
364 B
Makefile

CHAPTERS = blurb intro gs config pscp plink pubkey pageant trouble
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