[Lunar-commits] CVS: moonbase/doc-tools/docbook-xsl DETAILS, 1.8,
1.9 rebuild-docbook-catalog, 1.9, 1.10
Nick Hudson
nhudson at lunar-linux.org
Fri Apr 9 15:50:56 GMT 2004
Update of /var/cvs/lunar/moonbase/doc-tools/docbook-xsl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19351/docbook-xsl
Modified Files:
DETAILS rebuild-docbook-catalog
Log Message:
Updating gtk-doc to new version 1.2 and changing docbook-xsl to new location of Gnome installation
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/docbook-xsl/DETAILS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DETAILS 17 Sep 2003 01:34:53 -0000 1.8
+++ DETAILS 9 Apr 2004 15:50:54 -0000 1.9
@@ -5,7 +5,7 @@
SOURCE_URL[0]=$SFORGE_URL/docbook/$SOURCE
WEB_SITE=http://docbook.sourceforge.net/projects/xsl/
ENTERED=20020703
- UPDATED=20030916
+ UPDATED=20030409
SHORT="These are XSL stylesheets for the DocBook DTD and its derivatives (Simplified DocBook, etc.)."
cat << EOF
XSL is a standard W3C stylesheet language (Extensible Stylesheet Language) for both print and online rendering. For more information about XSL, see the XSL page at the W3C.
Index: rebuild-docbook-catalog
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/docbook-xsl/rebuild-docbook-catalog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- rebuild-docbook-catalog 18 Sep 2003 01:18:39 -0000 1.9
+++ rebuild-docbook-catalog 9 Apr 2004 15:50:54 -0000 1.10
@@ -337,11 +337,11 @@
#
#find the prefix for libglade's DTD files
#
-libgladedir=/opt/lunar/gnome/2.4/share/xml/libglade
+libgladedir=/usr/share/xml/libglade
top=`dirname $docbookdir`
found=`find $top -name glade-2.0.dtd`
if [ "$found" = "" ] ; then
- found=`find /opt/lunar/gnome/2.4/share/xml -name glade-2.0.dtd`
+ found=`find /usr/share/xml -name glade-2.0.dtd`
fi
if [ "$found" = "" ] ; then
echo could not locate libglade dtd files
More information about the Lunar-commits
mailing list