summaryrefslogtreecommitdiff
path: root/docs-xml/xslt/latex.xsl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-05-01 20:36:56 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-05-01 22:49:12 +0200
commit04071251b126b37203821cc3b29a81b1dade823e (patch)
tree772a0f701eb0d98273270a3a6edabb3cbfc5e54d /docs-xml/xslt/latex.xsl
parent38030958edba8bff1134624d8661ede4e618ad07 (diff)
downloadsamba-04071251b126b37203821cc3b29a81b1dade823e.tar.gz
samba-04071251b126b37203821cc3b29a81b1dade823e.tar.bz2
samba-04071251b126b37203821cc3b29a81b1dade823e.zip
Explicitly mention licenses in all stylesheets
Diffstat (limited to 'docs-xml/xslt/latex.xsl')
-rw-r--r--docs-xml/xslt/latex.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/xslt/latex.xsl b/docs-xml/xslt/latex.xsl
index 2891ee1feb..9f6abdb1ac 100644
--- a/docs-xml/xslt/latex.xsl
+++ b/docs-xml/xslt/latex.xsl
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
-
-<!-- Remove bits from the manual pages that are not relevant for the book -->
+ <!-- Remove bits from the manual pages that are not relevant for the HOWTO Collection,
+ such as author info, etc -->
<xsl:import href="strip-references.xsl"/>
<xsl:param name="latex.mapping.xml" select="document('latex.overrides.xml')"/>