1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00: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))

View File

@ -6,8 +6,6 @@
\cfg{xhtml-leaf-contains-contents}{true}
\cfg{xhtml-head-end}{<link rel='stylesheet' href='http://www.chiark.greenend.org.uk/~sgtatham/putty/sitestyle.css' type='text/css' />}
\cfg{xhtml-body-end}{Comments to <a href='mailto:putty@projects.tartarus.org'>putty@projects.tartarus.org</a>}
\preamble PuTTY is a free (MIT-licensed) Win32 Telnet and SSH
@ -18,4 +16,4 @@ PSCP, Plink, Pageant and PuTTYgen.
rights reserved. You may distribute this documentation under the MIT
licence. See \k{licence} for the licence text in full.
\versionid $Id: blurb.but,v 1.7 2003/01/03 10:59:53 simon Exp $
\versionid $Id: blurb.but,v 1.8 2003/10/30 10:30:23 simon Exp $

4
doc/site.but Normal file
View File

@ -0,0 +1,4 @@
\# Additional configuration for the version of the PuTTY docs
\# actually published as HTML on the website.
\cfg{xhtml-head-end}{<link rel='stylesheet' href='../../sitestyle.css' type='text/css' />}