summaryrefslogtreecommitdiff
path: root/docs/build/catalog.xml.in
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2008-04-13 20:11:27 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:45 -0500
commit87f7e0125502e2d2b55551883fb329582ccd05c8 (patch)
tree94a069eddaf31c7c34d10b66592d65240308b8d4 /docs/build/catalog.xml.in
parent56ca8914b8106bcb862ec295ceef8e1ec2303599 (diff)
downloadsamba-87f7e0125502e2d2b55551883fb329582ccd05c8.tar.gz
samba-87f7e0125502e2d2b55551883fb329582ccd05c8.tar.bz2
samba-87f7e0125502e2d2b55551883fb329582ccd05c8.zip
Add first cut at networkless build instructions for samba-docs
(This used to be commit 86bfaa5a1ccc1feff567e3ce5a5374a7b58d65d8)
Diffstat (limited to 'docs/build/catalog.xml.in')
-rw-r--r--docs/build/catalog.xml.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/build/catalog.xml.in b/docs/build/catalog.xml.in
new file mode 100644
index 0000000000..03ac0bdd99
--- /dev/null
+++ b/docs/build/catalog.xml.in
@@ -0,0 +1,14 @@
+<?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://@BUILDDIR@/build/DTD/"/>
+
+ <rewriteURI
+ uriStartString="http://www.gnu.org/licenses/"
+ rewritePrefix="file://@BUILDDIR@/Samba3-ByExample/"/>
+</catalog>