summaryrefslogtreecommitdiffstats
path: root/docs-xml/build/catalog.xml.in
blob: 77ec4f2c8813571e0f7df0e8cdc2e4337ea7c3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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_srcdir@/build/DTD/"/>

    <rewriteURI
			uriStartString="http://www.samba.org/samba/LOCAL.BUILDDIR.DTD/"
			rewritePrefix="file:///@abs_top_builddir@/build/DTD/"/>

    <rewriteURI
			uriStartString="http://www.gnu.org/licenses/"
			rewritePrefix="file:///@abs_top_srcdir@/Samba3-ByExample/"/>
    <rewriteURI
			uriStartString="http://www.samba.org/samba/smbdotconf/"
			rewritePrefix="file:///@abs_top_builddir@/smbdotconf/"/>
</catalog>