1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Initial checkin of an outline for the PuTTY user manual.

[originally from svn r865]
This commit is contained in:
Simon Tatham
2001-01-17 10:11:16 +00:00
parent cd9bab9b52
commit 54a4337c6a
10 changed files with 142 additions and 0 deletions

11
doc/Makefile Normal file
View File

@ -0,0 +1,11 @@
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