[Lunar-commits] CVS: moonbase/doc-tools/scrollkeeper BUILD, 1.5, 1.6 DEPENDS, 1.10, 1.11 POST_INSTALL, 1.5, 1.6

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


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

Modified Files:
	BUILD DEPENDS 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: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/scrollkeeper/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	9 Dec 2003 19:49:55 -0000	1.5
+++ BUILD	16 Feb 2005 02:19:59 -0000	1.6
@@ -1,7 +1,5 @@
 (
-
    intltoolize --copy --force --automake &&
-
    default_build
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/scrollkeeper/DEPENDS,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- DEPENDS	6 Dec 2004 10:24:01 -0000	1.10
+++ DEPENDS	16 Feb 2005 02:19:59 -0000	1.11
@@ -1,5 +1,3 @@
 depends  intltool        &&
 depends  xml-i18n-tools  &&
-depends  libxslt         &&
-depends  docbook-dtd-xml &&
-depends  docbook-xsl
+depends  docbook-xml

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/scrollkeeper/POST_INSTALL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- POST_INSTALL	18 Sep 2003 00:55:35 -0000	1.5
+++ POST_INSTALL	16 Feb 2005 02:19:59 -0000	1.6
@@ -1,14 +1,14 @@
 # Rebuilding Docbook and Scrollkeeper Entries
-/usr/bin/xmlcatalog --noout --add "public" "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd" /etc/xml/catalog
-/usr/bin/scrollkeeper-rebuilddb -q -p /var/lib/scrollkeeper || true
+#/usr/bin/xmlcatalog --noout --add "public" "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "/usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd" /etc/xml/catalog
+#/usr/bin/scrollkeeper-rebuilddb -q -p /var/lib/scrollkeeper || true
 
 # r0dzilla | 09-17-03 - Implemented changes in rebuild-docbook-catalog that
 # would force a re-compile of scrollkeeper if it's installed and it's dtd
 # files are missing.  The variable below turns this feature off when
 # scrollkeeper itself is being compiled.
 
-export FORCELINSK="no"   # turn of forced re-compile of scrollkeeper
-/usr/sbin/rebuild-docbook-catalog
-unset FORCELINSK
+#export FORCELINSK="no"   # turn of forced re-compile of scrollkeeper
+#/usr/sbin/rebuild-docbook-catalog
+#unset FORCELINSK
 
-/sbin/ldconfig
+#/sbin/ldconfig



More information about the Lunar-commits mailing list