Move the reference to sitestyle.css out into a separate .but file
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 30 Oct 2003 10:30:23 +0000 (10:30 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 30 Oct 2003 10:30:23 +0000 (10:30 +0000)
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
doc/blurb.but
doc/site.but [new file with mode: 0644]

index 58e54be..30e5c43 100644 (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))
 
index 0718a6d..80592a2 100644 (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 $
diff --git a/doc/site.but b/doc/site.but
new file mode 100644 (file)
index 0000000..2c7a151
--- /dev/null
@@ -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' />}