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:
11
doc/Makefile
Normal file
11
doc/Makefile
Normal 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
|
Reference in New Issue
Block a user