The valgrind manpage is now auto-generated directly from the
*.xml docs. No more groffly/nroffly editing.
How cool is docbook ?
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5276 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/lib/vg-html-common.xsl b/docs/lib/vg-html-common.xsl
index cef71d8..283204f 100644
--- a/docs/lib/vg-html-common.xsl
+++ b/docs/lib/vg-html-common.xsl
@@ -7,6 +7,12 @@
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk-code.xsl"/>
+<!-- Note [Dec.1 2005]: the tempate 'chunk-code.xsl' in -->
+<!-- '/usr/share/xml/docbook/stylesheet/nwalsh/1.69.0/html/' -->
+<!-- has been edited to remove 'article' and 'refentry' -->
+<!-- so that separate titlepages don't get generated for them -->
+
+
<!-- use 8859-1 encoding -->
<xsl:output method="html" encoding="ISO-8859-1" indent="yes"/>
diff --git a/docs/lib/vg_basic.css b/docs/lib/vg_basic.css
index 16e6cc2..49367fe 100644
--- a/docs/lib/vg_basic.css
+++ b/docs/lib/vg_basic.css
@@ -16,9 +16,14 @@
h1, h2, h3, h4 { color: #74240f; }
h3 { margin-bottom: 0.4em; }
-code, tt, pre { color: #3366cc; }
code, tt { color: #761596; }
+code a, code a:link, code a:visited, code a:active, code a:hover {
+ color: #761596;
+ text-decoration: none;
+ border-bottom: dashed 1px #761596;
+}
+pre { color: #3366cc; }
pre.programlisting {
color: #000000;
padding: 0.5em;