]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Move the reference to sitestyle.css out into a separate .but file
authorSimon Tatham <anakin@pobox.com>
Thu, 30 Oct 2003 10:30:23 +0000 (10:30 +0000)
committerSimon Tatham <anakin@pobox.com>
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.

[originally from svn r3524]

doc/Makefile
doc/blurb.but
doc/site.but [new file with mode: 0644]

index 58e54be74755f1139efcc9a6afa25e7b772f1506..30e5c43987ef638b2a88ee41910f1f01308b43ec 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 0718a6d9278a30b56e1deec0f55f8978548e31ff..80592a240e36f6899eb5d10815f0ac7b1a2d20a5 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' />}