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 f9abc2b092 Move the reference to sitestyle.css out into a separate .but file
which is only included if you explicitly tell the docs Makefile to
do so. Also make it a relative reference, while we're at it.

[originally from svn r3524]
2003-10-30 10:30:23 +00:00

19 lines
497 B
Makefile

CHAPTERS := $(SITE) blurb intro gs using config pscp psftp plink pubkey
CHAPTERS += pageant errors faq feedback licence
INPUTS = $(patsubst %,%.but,$(CHAPTERS))
# This is temporary. Hack it locally or something.
HALIBUT = $(HOME)/src/halibut/build/halibut
Contents.html: $(INPUTS)
$(HOME)/src/halibut/build/halibut $(INPUTS)
rm -f index.html
ln -s Contents.html index.html
mv output.txt puttydoc.txt
mv output.hlp putty.hlp
mv output.cnt putty.cnt
clean:
rm -f *.html *.txt *.hlp *.cnt