From: Michael Smith Date: Sat, 25 Mar 2006 23:29:09 +0000 (+0000) Subject: Adjusted a couple more spots where date preceded version in X-Git-Tag: release/1.79.1~6^2~2959 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=017daa7b1702d5735c9a9cf80905d1a8540f4900;p=docbook-dsssl Adjusted a couple more spots where date preceded version in generated build ID. --- diff --git a/releasetools/docbook-build b/releasetools/docbook-build index a2aaa01e4..322af756e 100755 --- a/releasetools/docbook-build +++ b/releasetools/docbook-build @@ -256,7 +256,7 @@ These snapshots are intended for testing purposes only and otherwise come with no guarantees. Any of them may in fact be broken at any given time. EOF - cat <<- EOF > $DISTRO/$DATE\_$RELEASEVERSION + cat <<- EOF > $DISTRO/$RELEASEVERSION\_$DATE This directory contains a pre-release snapshot of the DocBook "$DISTRO" distribution, auto-built from the latest development sources in the DocBook project CVS repository on $DATE at $TIME $ZONE. @@ -325,7 +325,7 @@ EOF rm -rf $TMP/docbook-$DISTRO*$RELEASEVERSION.zip rm -rf $TMP/docbook-$DISTRO-$RELEASEVERSION - rm -f $DISTRO/$DATE\_$RELEASEVERSION $DISTRO/LatestChanges HEADER.txt README.txt LatestChanges + rm -f $DISTRO/$RELEASEVERSION$\_DATE $DISTRO/LatestChanges HEADER.txt README.txt LatestChanges date