From 78189bb3429291176da5f7d1f65274797f9665f5 Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 30 Oct 2003 10:30:23 +0000 Subject: [PATCH] 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. git-svn-id: svn://svn.tartarus.org/sgt/putty@3524 cda61777-01e9-0310-a592-d414129be87e --- doc/Makefile | 4 ++-- doc/blurb.but | 4 +--- doc/site.but | 4 ++++ 3 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 doc/site.but 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}{} -- 2.11.0