summaryrefslogtreecommitdiff
path: root/docs/xslt/man.xsl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-13 10:23:53 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:46 -0500
commit7639ec02141091657eb2eb0defc46b4b3cf09a73 (patch)
tree4d8cce2deff45d527668e49db78a71a8c0f92070 /docs/xslt/man.xsl
parent8a5498d3bfa78923cbb4e6c79e152431223a4f86 (diff)
downloadsamba-7639ec02141091657eb2eb0defc46b4b3cf09a73.tar.gz
samba-7639ec02141091657eb2eb0defc46b4b3cf09a73.tar.bz2
samba-7639ec02141091657eb2eb0defc46b4b3cf09a73.zip
- Fix a couple of LaTeX escaping bugs.
- Fix urls in footnotes. - Cleanup developers docs. (This used to be commit d55b9f72ffbd0421cbde67915d9f275cc8956ed7)
Diffstat (limited to 'docs/xslt/man.xsl')
-rw-r--r--docs/xslt/man.xsl2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/xslt/man.xsl b/docs/xslt/man.xsl
index 94bb646ee4..91e6ebc9a8 100644
--- a/docs/xslt/man.xsl
+++ b/docs/xslt/man.xsl
@@ -3,8 +3,6 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>
-<xsl:import href="../settings.xsl"/>
-
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl"/>
<xsl:param name="chunk.section.depth" select="0"/>