diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-05-14 16:36:04 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:50 -0500 |
commit | e8bfde01af178db7ff721cc7a017b69a64607159 (patch) | |
tree | 7d4274793f1ab2a8dfdf8173e42f861fa5373b0a | |
parent | 3965471e1ccc7e26b7ca6f73ee61baa55b7d6069 (diff) | |
download | samba-e8bfde01af178db7ff721cc7a017b69a64607159.tar.gz samba-e8bfde01af178db7ff721cc7a017b69a64607159.tar.bz2 samba-e8bfde01af178db7ff721cc7a017b69a64607159.zip |
Fixes in manpage generating
(This used to be commit b80770477c83e1801a3d9195d10d6578bbc5e47b)
-rw-r--r-- | docs/docbook.txt | 4 | ||||
-rw-r--r-- | docs/xslt/man.xsl | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/docbook.txt b/docs/docbook.txt index ea9dd62be9..fc2136e8cb 100644 --- a/docs/docbook.txt +++ b/docs/docbook.txt @@ -5,6 +5,7 @@ !== Updates: Gerald (Jerry) Carter, jerry@samba.org, Feb. 2001 !== Updates: Jelmer Vernooij, jelmer@samba.org, Aug, 2002 !== Updates: Jelmer Vernooij, jelmer@samba.org, Jun, 2003 +!== Updates: Jelmer Vernooij, jelmer@samba.org, May, 2004 What are DocBook documents doing in the Samba Distribution ? ----------------------------------------------------------- @@ -65,3 +66,6 @@ This directory now contains a ./configure script and Makefile to support the automated building of man pages (including HTML versions), and the building of the Samba-HOWTO-Collection and the Samba Developers Guide (HTML,DVI,TeX,PDF,PS,Text versions). + +The configure script detects which of the required utilities are installed +and builds as much docs as it can using these tools. diff --git a/docs/xslt/man.xsl b/docs/xslt/man.xsl index 2a27bc4c04..94bb646ee4 100644 --- a/docs/xslt/man.xsl +++ b/docs/xslt/man.xsl @@ -10,7 +10,6 @@ <xsl:param name="chunk.section.depth" select="0"/> <xsl:param name="chunk.first.sections" select="1"/> <xsl:param name="use.id.as.filename" select="1"/> -<xsl:param name="base.dir" select="'../manpages/'"/> <!-- Our ulink stylesheet omits @url part if content was specified |