[Lunar-commits] CVS: moonbase/doc-tools/docbook-3.1 POST_INSTALL, 1.3, 1.4

Moritz Heiber moe at lunar-linux.org
Wed Feb 16 02:20:00 UTC 2005


Update of /var/cvs/lunar/moonbase/doc-tools/docbook-3.1
In directory espresso.foo-projects.org:/tmp/cvs-serv13315/docbook-3.1

Modified Files:
	POST_INSTALL 
Log Message:
Well, what can I say. I've been working on this for 10 hours straight
(Yes, ten hours). I just couldn't stand how broken docbook* was.

Everything is now updatable independently, there is nothing left behind
in any global configuration file. I also updated a couple of those modules
as they really deserved it.

Scheme change:

docbook-3.1 replaces any docbook-3.x module
docbook-sgml replaces any docbook-4.x module

iso832943-whatever was deprecated.
The /etc/xml/catalog rebuild is now done by a dynamic file fetched from
docbook.org (yeah, I know Nick, you modified it to fit in with Lunar ..
unfortunately you didn't catch up).

sgml-common has been sanitized.

Tested with gcc 3.3.3, 2.6.x and scrollkeeper, docbook-utils, glade2, gtk-doc
and a hell lot of others I probably forgot. Enjoy.

Oh and .. bow before your god.
(j/k)

PS: Thanks to the folks at BLFS .. without them I would have been clueless
(occasionally)


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/docbook-3.1/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	15 Feb 2005 18:11:07 -0000	1.3
+++ POST_INSTALL	16 Feb 2005 02:19:57 -0000	1.4
@@ -7,5 +7,15 @@
      touch $CENTRALIZED
 fi
 
+install-catalog --remove $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog
+
 install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog
-install-catalog -r $CENTRALIZED /etc/sgml/catalog
+install-catalog --remove $CENTRALIZED /etc/sgml/catalog
+
+cat >> /usr/share/sgml/docbook/3.1/catalog << "EOF"
+  -- Begin Single Major Version catalog changes --
+
+PUBLIC "-//Davenport//DTD DocBook V3.0//EN" "docbook.dtd"
+
+  -- End Single Major Version catalog changes --
+EOF



More information about the Lunar-commits mailing list