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

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]
This commit is contained in:
Simon Tatham
2003-10-30 10:30:23 +00:00
parent 7bc5b64c20
commit f9abc2b092
3 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
CHAPTERS := blurb intro gs using config pscp psftp plink pubkey pageant
CHAPTERS += errors faq feedback licence
CHAPTERS := $(SITE) blurb intro gs using config pscp psftp plink pubkey
CHAPTERS += pageant errors faq feedback licence
INPUTS = $(patsubst %,%.but,$(CHAPTERS))