mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
fe943dcd68
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]
15 lines
366 B
Makefile
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
|