Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (e77201d445bdf9eaf981ae4b70a33a32ad4c6dd1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (e77201d445bdf9eaf981ae4b70a33a32ad4c6dd1)
  • Date: Tue, 10 Apr 2007 16:50:45 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

doc/docbook-xsl/DETAILS | 1 +
doc/docbook-xsl/FINAL | 2 +-
doc/docbook-xsl/HISTORY | 4 ++++
doc/docbook-xsl/PRE_REMOVE | 2 +-
4 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit e77201d445bdf9eaf981ae4b70a33a32ad4c6dd1
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

docbook-xsl: added missing versions to FINAL and PRE_REMOVE (bug #13689)

diff --git a/doc/docbook-xsl/DETAILS b/doc/docbook-xsl/DETAILS
index 03dbfa7..c91d319 100755
--- a/doc/docbook-xsl/DETAILS
+++ b/doc/docbook-xsl/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_HASH=sha512:5a051839a49a968fac00236fc0a5f6e5fb01786fe092eb3bed07abe40adac7efdd5d87dceb6394b3fd94f6601ffb5530b2b0d11753ac23c33798ec356d5d9909
WEB_SITE=http://docbook.sourceforge.net
ENTERED=20020417
+ PATCHLEVEL=1
LICENSE[0]=XCL
ARCHIVE="off"
GATHER_DOCS="off"
diff --git a/doc/docbook-xsl/FINAL b/doc/docbook-xsl/FINAL
index 93de4f7..4d2daa0 100755
--- a/doc/docbook-xsl/FINAL
+++ b/doc/docbook-xsl/FINAL
@@ -16,7 +16,7 @@ if [ "$xsldir" = "" ] ; then
fi
echo Found DocBook XSLT stylesheets in $xsldir
for version in current 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 \
- 1.48 1.49 1.50
+ 1.48 1.49 1.50 1.69 1.70 1.71 1.72
do
xmlcatalog --noout --add "rewriteSystem" \
"http://docbook.sourceforge.net/release/xsl/$version"; \
diff --git a/doc/docbook-xsl/HISTORY b/doc/docbook-xsl/HISTORY
index 1fd0248..14b487d 100644
--- a/doc/docbook-xsl/HISTORY
+++ b/doc/docbook-xsl/HISTORY
@@ -1,3 +1,7 @@
+2007-04-10 Robin Cook <rcook AT wyrms.net>
+ * FINAL: added missing versions
+ * PRE_REMOVE: added missing versions
+
2007-01-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.72.0

diff --git a/doc/docbook-xsl/PRE_REMOVE b/doc/docbook-xsl/PRE_REMOVE
index d6f622b..09de797 100755
--- a/doc/docbook-xsl/PRE_REMOVE
+++ b/doc/docbook-xsl/PRE_REMOVE
@@ -5,7 +5,7 @@ ROOTCATALOG=/etc/xml/catalog
CATALOG=/etc/xml/docbook

for version in current 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 \
- 1.48 1.49 1.50
+ 1.48 1.49 1.50 1.69 1.70 1.71 1.72
do
xmlcatalog --noout --del \
"http://docbook.sourceforge.net/release/xsl/$version"; \



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (e77201d445bdf9eaf981ae4b70a33a32ad4c6dd1), Robin Cook, 04/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page