Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] docbook/catalog.xml for Debian

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 13 Jun 2005 07:57:43 +0200 (CEST)
Hello,

Since there is recindled interest in the DocBook documentation here's a
patch to add remarks how to modify catalog.xml when installing on a Debian
(or acually dpkg based) GNU/Linux distribution.

Jaap
Index: docbook/catalog.xml
===================================================================
--- docbook/catalog.xml	(revision 14617)
+++ docbook/catalog.xml	(working copy)
@@ -20,15 +20,19 @@
     <rewriteSystem
         systemIdStartString="http://www.oasis-open.org/docbook/xml/4.2/";
         rewritePrefix="/usr/share/xml/docbook/4.2/" />
+        <!-- Debian: rewritePrefix="/usr/share/xml/docbook/schema/dtd/4.2/" /> -->
+    
     <!-- Resolve stylesheet URL to local file -->
     <!-- if you need to change this, don't forget to change it in the Makefile too -->
     <rewriteURI
         uriStartString="http://docbook.sourceforge.net/release/xsl/current/";
         rewritePrefix="/usr/share/docbook-xsl/" />
+        <!-- Debian: rewritePrefix="/usr/share/xml/docbook/stylesheet/nwalsh/" /> -->
         <!-- rewritePrefix="/usr/share/xml/docbook/stylesheet/nwalsh/1.64.1/" /> -->
 
     <!-- Resolve DTD PUBLIC identifiers -->
     <nextCatalog  catalog="docbook42/catalog.xml" />
+    <!-- Debian: <nextCatalog  catalog="catalog.xml" /> -->
 
     <!-- To resolve simple DTD SYSTEM identifiers. -->
     <!-- Note: this does not work with Java resolver -->
@@ -36,6 +40,7 @@
     <system
          systemId="docbook.dtd"
          uri="docbook42/docbookx.dtd" />
+         <!-- Debian: uri="docbookx.dtd" /> -->
 
     <!-- To resolve short stylesheet references -->
 	<!--