summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-14 23:41:33 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-14 23:41:33 +0000
commit7f0f19597ae605c10d37a9f6e749c49c254d2700 (patch)
tree121eff83c0235743c09dabbb5c901684d5670b3c /manual
parent1d2ccabfd7c7b5631871b1b7960ea772bc0772ff (diff)
Add a catalog file for rewriting paths to the docbook xsl.
git-svn-id: svn://localhost/ardour2/trunk@1462 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual')
-rw-r--r--manual/catalog.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/manual/catalog.xml b/manual/catalog.xml
new file mode 100644
index 0000000000..b605a109d2
--- /dev/null
+++ b/manual/catalog.xml
@@ -0,0 +1,17 @@
+<?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">
+ <rewriteSystem
+ systemIdStartString="/usr/share/sgml/docbook/"
+ rewritePrefix="/path/to/docbook/" />
+</catalog>
+
+<!--
+see http://www.sagehill.net/docbookxsl/Catalogs.html
+
+usage with xsltproc:
+XML_CATALOG_FILES="catalog.xml" make html
+-->
+