1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00
Files
putty-source/doc/Makefile
Simon Tatham 54a4337c6a Initial checkin of an outline for the PuTTY user manual.
[originally from svn r865]
2001-01-17 10:11:16 +00:00

12 lines
331 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