1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/docs-xml/build/catalog.xml.in
Michael Adam 9e2eefad44 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
2010-09-23 03:05:48 +02:00

15 lines
543 B
XML

<?xml version="1.0"?>
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!-- XML Catalog file for SAMBA. -->
<rewriteURI
uriStartString="http://www.samba.org/samba/DTD/"
rewritePrefix="file://@abs_top_builddir@/build/DTD/"/>
<rewriteURI
uriStartString="http://www.gnu.org/licenses/"
rewritePrefix="file://@abs_top_builddir@/Samba3-ByExample/"/>
</catalog>