CVS: moonbase/profiles/docbook-profile DETAILS, 1.3,
1.4 POST_INSTALL, 1.1, 1.2
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Mon Aug 18 00:51:31 GMT 2003
Update of /var/cvs/lunar/moonbase/profiles/docbook-profile
In directory dbguin.lunar-linux.org:/tmp/cvs-serv580/docbook-profile
Modified Files:
DETAILS POST_INSTALL
Log Message:
Ok the reaons the openjade test was failing is that you needed a complete docbook install for it to work. So I removed the test from the openjade module and stuck it into the docbook-profile module and now everything is hunky dory :P
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/profiles/docbook-profile/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Aug 2003 02:09:56 -0000 1.3
+++ DETAILS 18 Aug 2003 00:51:29 -0000 1.4
@@ -2,7 +2,7 @@
VERSION=1.1
WEB_SITE=http://lunar-linux.org
ENTERED=20020701
- UPDATED=20030103
+ UPDATED=20030818
SHORT="Add this profile if you want to do serious documentation work!"
cat << EOF
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/profiles/docbook-profile/POST_INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_INSTALL 11 Jul 2003 22:28:51 -0000 1.1
+++ POST_INSTALL 18 Aug 2003 00:51:29 -0000 1.2
@@ -1,2 +1,20 @@
echo "Rebuilding Docbook Catalogs!"
/usr/sbin/rebuild-docbook-catalog
+
+message "Testing openjade install!" &&
+export SGML_CATALOG_FILES=/usr/share/sgml/sgml-iso-entities-8879.1986/catalog
+pwd
+mkdir /tmp/testkit &&
+(
+ cd /tmp/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!"
+ rm -fr /tmp/testkit
+ fi
+)
+
More information about the Lunar-commits
mailing list