[Lunar-commits] <moonbase> docbook-xml: fix for DTD 4.3/4.5 for some unknown reason DTD 4.3/4.5 however installed and registered was not really registered. So we repeat registration. Fixes gtk-doc compilation.

Zbigniew Luszpinski zbiggy at lunar-linux.org
Tue Sep 14 03:07:59 CEST 2010


commit 377c9436b0613f44a0674c9d1d7c6852cba92373
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Tue Sep 14 01:07:59 2010 +0000

    docbook-xml: fix for DTD 4.3/4.5
    for some unknown reason DTD 4.3/4.5 however installed and registered
    was not really registered. So we repeat registration. Fixes gtk-doc compilation.
---
 doc-tools/docbook-xml/POST_INSTALL |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc-tools/docbook-xml/POST_INSTALL b/doc-tools/docbook-xml/POST_INSTALL
index 81a7dfd..a454b85 100644
--- a/doc-tools/docbook-xml/POST_INSTALL
+++ b/doc-tools/docbook-xml/POST_INSTALL
@@ -6,6 +6,11 @@ mkdir -p /etc/xml
 /usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.4
 /usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.5
 
+# Docbook 4.3 and 4.5 for some unknown reason are not registered
+# at first time so we repeat those registrations (fixes gtk-doc)
+/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.3
+/usr/bin/$SOURCE2 --prefix=/etc/xml --version=4.5
+
 (
 
 xmlcatalog --noout --add "delegateSystem" \


More information about the Lunar-commits mailing list