[SM-Commit] GIT changes to master grimoire by David Kowis (bae87c22ab123e037afe7bb00d3ebc92033be5bb)

David Kowis scm at mail.sourcemage.org
Wed Oct 11 22:46:11 EDT 2006


GIT changes to master grimoire by David Kowis <dkowis at raziel.shlrm.org>:

 doc/sgml-iso-entities/HISTORY |    3 +++
 doc/sgml-iso-entities/INSTALL |   15 ++++++++-------
 e/exml/DEPENDS                |    3 ++-
 e/exml/HISTORY                |    3 +++
 4 files changed, 16 insertions(+), 8 deletions(-)

New commits:
commit bae87c22ab123e037afe7bb00d3ebc92033be5bb
Author: David Kowis <dkowis at shlrm.org>
Commit: David Kowis <dkowis at raziel.shlrm.org>

    sgml-iso-entities
    "quick" fix bug 11450

commit b478505629fcad9e20539f8ee1860894744cbbb3
Author: David Kowis <dkowis at shlrm.org>
Commit: David Kowis <dkowis at raziel.shlrm.org>

    exml
    "quick" fix bug 11431

diff --git a/doc/sgml-iso-entities/HISTORY b/doc/sgml-iso-entities/HISTORY
index 1ef63e0..11ccc24 100644
--- a/doc/sgml-iso-entities/HISTORY
+++ b/doc/sgml-iso-entities/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 David Kowis <dkowis at shlrm.org
+	* INSTALL: made dir so it wouldn't fail "quick" fix bug 11450
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 
diff --git a/doc/sgml-iso-entities/INSTALL b/doc/sgml-iso-entities/INSTALL
index efd85f2..c6b34ab 100755
--- a/doc/sgml-iso-entities/INSTALL
+++ b/doc/sgml-iso-entities/INSTALL
@@ -1,18 +1,19 @@
-local ENTDIR=$INSTALL_ROOT/usr/share/sgml/entities/iso8879  &&
+local ENTDIR=$INSTALL_ROOT/usr/share/sgml/entities/iso8879     &&
 
-install --directory     $ENTDIR                             &&
+install --directory     $ENTDIR                                &&
 
-install -m 644  ISO*    $ENTDIR                             &&
-install -m 644  *.gml   $ENTDIR                             &&
+install -m 644  ISO*    $ENTDIR                                &&
+install -m 644  *.gml   $ENTDIR                                &&
 
 # we won't provide entities catalog, instead we make symlinks in docbook-dtd's
 # directories and docbook catalogs provide mappings for us
-cd $INSTALL_ROOT/usr/share/sgml/definitions/docbook/dtd     &&
+mkdir -p $INSTALL_ROOT/usr/share/sgml/definitions/docbook/dtd  &&
+cd $INSTALL_ROOT/usr/share/sgml/definitions/docbook/dtd        &&
 
 for dir in *; do
-    pushd $dir                                              &&
+    pushd $dir                                                 &&
     for entity in ../../../../entities/iso8879/*.gml; do
         ln -s $entity
-    done                                                    &&
+    done                                                       &&
     popd
 done
diff --git a/e/exml/DEPENDS b/e/exml/DEPENDS
index 6915f6f..0871f97 100755
--- a/e/exml/DEPENDS
+++ b/e/exml/DEPENDS
@@ -1 +1,2 @@
-depends  CVS
+depends  CVS   &&
+depends  ecore
diff --git a/e/exml/HISTORY b/e/exml/HISTORY
index fddbf62..d6ba7b2 100644
--- a/e/exml/HISTORY
+++ b/e/exml/HISTORY
@@ -1,3 +1,6 @@
+2006-10-11 David Kowis <dkowis at shlrm.org>
+	* DEPENDS: added dep on ecore "quick" fix bug 11431
+
 2006-10-03 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: [automated] Removed UPDATED.
 



More information about the SM-Commit mailing list