From 8c20a748bd0373daa66bd39bb303a1a8b61c6e2d Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 8 Apr 2004 11:18:59 +0000 Subject: 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) --- docs/xslt/expand-sambadoc.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/xslt/expand-sambadoc.xsl') 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 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; ]> -- cgit