[Gstreamer-bugs] [Bug 135499] Changed - docs don't build offline
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Sat Feb 28 10:29:47 PST 2004
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=135499
Changed by rbultje at ronald.bitfreak.net.
--- shadow/135499 Sat Feb 28 01:04:53 2004
+++ shadow/135499.tmp.29767 Sat Feb 28 13:29:47 2004
@@ -18,6 +18,28 @@
ifdown eth0 [or whatever interface]
cd docs/pwg
make
and you'll see what I mean...
+
+------- Additional Comments From rbultje at ronald.bitfreak.net 2004-02-28 13:29 -------
+A temporary fix is to change line 2 of each "main" XML/docs file like
+this (example for gstreamer/docs/pwg/pwg.xml):
+
+--- a/pwg.xml 12 Feb 2004 13:04:02 -0000 1.8
++++ b/pwg.xml 28 Feb 2004 18:20:51 -0000
+@@ -1,6 +1,6 @@
+ <?xml version='1.0'?>
+ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+-
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
++
+"/usr/share/sgml/docbook/xml-dtd-4.2-1.0-17/docbookx.dtd" [
+ <!ENTITY % image-entities SYSTEM "image.entities">
+ %image-entities;
+ <!ENTITY % version-entities SYSTEM "version.entities">
+
+This makes this fairly low priority, but it'd still be nice to build
+docs without modifying... The proper way of doing this is probably to
+mess around with the XML catalog, but I don't know how to do that...
+Therefore, I'm leaving this open until that's fixed. :).
More information about the Gstreamer-bugs
mailing list