Add a catalog file for rewriting paths to the docbook xsl.

git-svn-id: svn://localhost/ardour2/trunk@1462 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-02-14 23:41:33 +00:00
parent 1d2ccabfd7
commit 7f0f19597a
1 changed files with 17 additions and 0 deletions

17
manual/catalog.xml Normal file
View File

@ -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
-->