From: Simon Tatham Date: Thu, 30 Oct 2003 10:30:23 +0000 (+0000) Subject: Move the reference to sitestyle.css out into a separate .but file X-Git-Tag: 0.54~72 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=f9abc2b09290d09c11ca422ebe6fc1f0a530af43;p=PuTTY.git 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] --- diff --git a/doc/Makefile b/doc/Makefile index 58e54be7..30e5c439 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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)) diff --git a/doc/blurb.but b/doc/blurb.but index 0718a6d9..80592a24 100644 --- a/doc/blurb.but +++ b/doc/blurb.but @@ -6,8 +6,6 @@ \cfg{xhtml-leaf-contains-contents}{true} -\cfg{xhtml-head-end}{} - \cfg{xhtml-body-end}{Comments to putty@projects.tartarus.org} \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 $ diff --git a/doc/site.but b/doc/site.but new file mode 100644 index 00000000..2c7a151c --- /dev/null +++ b/doc/site.but @@ -0,0 +1,4 @@ +\# Additional configuration for the version of the PuTTY docs +\# actually published as HTML on the website. + +\cfg{xhtml-head-end}{}