summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-02-25 14:04:42 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2009-02-25 14:04:42 +0000
commit24c0c036e525b4f3e6f02e6e024a04c7a05463e6 (patch)
tree48114ef8da0c12601ef03488186a03623d95541f /doc
parent1bd3ccfd972280de840521eeb576bdca6b28719c (diff)
downloadneon-24c0c036e525b4f3e6f02e6e024a04c7a05463e6.tar.gz
* doc/man.xsl, doc/manual.xml: Fix <author> and quieten
newer docbook-xsl man page generation. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1633 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'doc')
-rw-r--r--doc/man.xsl2
-rw-r--r--doc/manual.xml8
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/man.xsl b/doc/man.xsl
index 634b36d..d406304 100644
--- a/doc/man.xsl
+++ b/doc/man.xsl
@@ -19,4 +19,6 @@
getting used -->
<xsl:variable name="man.output.copyright.info" select="0"/>
+<xsl:variable name="refentry.meta.get.quietly" select="1"/>
+
</xsl:stylesheet>
diff --git a/doc/manual.xml b/doc/manual.xml
index 5e3a627..82f669c 100644
--- a/doc/manual.xml
+++ b/doc/manual.xml
@@ -81,10 +81,10 @@
<bookinfo>
<title>neon HTTP/WebDAV client library</title>
<author>
- <firstname>Joe</firstname><surname>Orton</surname>
- <affiliation>
- <address><email>neon@lists.manyfish.co.uk</email></address>
- </affiliation>
+ <personname>
+ <firstname>Joe</firstname><surname>Orton</surname>
+ </personname>
+ <email>neon@lists.manyfish.co.uk</email>
</author>
<copyright><year>2001-2008</year><holder>Joe Orton</holder></copyright>