diff options
author | Alexander Bokovoy <ab@samba.org> | 2004-04-08 11:18:59 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:45 -0500 |
commit | 8c20a748bd0373daa66bd39bb303a1a8b61c6e2d (patch) | |
tree | 943a3d92650c4f208f2f97ebd51e3ab749ec2b30 /docs/xslt | |
parent | 96d2ddfeb4b6129776cdeeeee58fe347cfc3637d (diff) | |
download | samba-8c20a748bd0373daa66bd39bb303a1a8b61c6e2d.tar.gz samba-8c20a748bd0373daa66bd39bb303a1a8b61c6e2d.tar.bz2 samba-8c20a748bd0373daa66bd39bb303a1a8b61c6e2d.zip |
Fix samba-docs build after svn conversion and Samba3 By Example addition.
Now we are able to build everything in samba-docs properly.
(This used to be commit bb09f771958150e9465a5dc9d8e62aa8477c17a4)
Diffstat (limited to 'docs/xslt')
-rw-r--r-- | docs/xslt/expand-sambadoc.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/expand-sambadoc.xsl b/docs/xslt/expand-sambadoc.xsl index 2c9aa0a82a..d72725ab26 100644 --- a/docs/xslt/expand-sambadoc.xsl +++ b/docs/xslt/expand-sambadoc.xsl @@ -75,7 +75,7 @@ <!DOCTYPE </xsl:text><xsl:value-of select="name(.)"/><xsl:text disable-output-escaping="yes"> PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ - <!ENTITY % globalentities SYSTEM 'global.ent'> %globalentities; + <!ENTITY % globalentities SYSTEM 'entities/global.entities'> %globalentities; ]> </xsl:text> <xsl:copy> |