CVS: moonbase/doc-tools/openjade POST_INSTALL,1.6,1.7

nhudson at lunar-linux.org nhudson at lunar-linux.org
Mon Aug 18 00:43:01 GMT 2003


Update of /var/cvs/lunar/moonbase/doc-tools/openjade
In directory dbguin.lunar-linux.org:/tmp/cvs-serv32750/openjade

Modified Files:
	POST_INSTALL 
Log Message:

This will fix things for now seems 2 modules sgml-common and slides are installing /etc/sgml/catalog into the main catalog at /etc/sgml/catalog which causes a loop, this shoudl take those out and install it correctly.  Now for the bug with openjade, the test is going to be taken out for right now tiollI can get it fixed.


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/openjade/POST_INSTALL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- POST_INSTALL	1 Aug 2003 13:22:35 -0000	1.6
+++ POST_INSTALL	18 Aug 2003 00:42:59 -0000	1.7
@@ -11,23 +11,4 @@
 /usr/bin/install-catalog --add $centralized $CATALOGDIR/catalog       &&
 /usr/bin/install-catalog --add $centralized $CATALOGDIR/pubtext/catalog     &&
 /usr/bin/install-catalog --add $centralized $CATALOGDIR/contrib/catalog     &&
-/usr/bin/install-catalog --add $centralized $CATALOGDIR/unicode/catalog     &&
-
-message "Testing openjade install!"            &&
-export SGML_CATALOG_FILES=/usr/share/sgml/sgml-iso-entities-8879.1986/catalog  &&
-
-pwd
-mkdir testkit                                  &&
-( 
-  cd testkit                                   &&
-  wget http://docbook.sourceforge.net/release/dsssl/current/doc/testdata/jtest.sgm &&
-  wget http://docbook.sourceforge.net/release/dsssl/current/doc/testdata/jtest.dsl &&
-
-  /usr/bin/jade -t rtf -d jtest.dsl jtest.sgm  &&
-
-  if [ -e jtest.rtf ]; then
-    message ""
-    message "Openjade install is good!"
-  fi
-)
-
+/usr/bin/install-catalog --add $centralized $CATALOGDIR/unicode/catalog     




More information about the Lunar-commits mailing list