summaryrefslogtreecommitdiff
path: root/docs-xml/build
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-09-13 17:18:18 +0200
committerMichael Adam <obnox@samba.org>2010-09-23 03:05:48 +0200
commit9e2eefad44c4d8024cc51db2cdf0aa2b6ca5f6ae (patch)
treeb194638df7a844e309b02d91905ba151dffb1199 /docs-xml/build
parent791246b85747aa046e096df96c7646d449b3e04e (diff)
downloadsamba-9e2eefad44c4d8024cc51db2cdf0aa2b6ca5f6ae.tar.gz
samba-9e2eefad44c4d8024cc51db2cdf0aa2b6ca5f6ae.tar.bz2
samba-9e2eefad44c4d8024cc51db2cdf0aa2b6ca5f6ae.zip
docs: use abs_top_builddir instead of BUILDDIR to let configure create correct catalog file
The use of the catalog file is still controlled by exporting the XML_CATALOG_FILES variable as described in build/README
Diffstat (limited to 'docs-xml/build')
-rw-r--r--docs-xml/build/catalog.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/build/catalog.xml.in b/docs-xml/build/catalog.xml.in
index 03ac0bdd99..4b99cf50d4 100644
--- a/docs-xml/build/catalog.xml.in
+++ b/docs-xml/build/catalog.xml.in
@@ -6,9 +6,9 @@
<rewriteURI
uriStartString="http://www.samba.org/samba/DTD/"
- rewritePrefix="file://@BUILDDIR@/build/DTD/"/>
+ rewritePrefix="file://@abs_top_builddir@/build/DTD/"/>
<rewriteURI
uriStartString="http://www.gnu.org/licenses/"
- rewritePrefix="file://@BUILDDIR@/Samba3-ByExample/"/>
+ rewritePrefix="file://@abs_top_builddir@/Samba3-ByExample/"/>
</catalog>