summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-02-05 19:29:09 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-02-05 19:29:09 (GMT)
commit4ad78c82e230e98cf10c40b22c92b86eca74bc4f (patch)
tree3438b1b1415f902822288ade21ed1769f7553495
parent4af0e3c7b5c819ef83ed51cb1c3a38245ba28375 (diff)
downloadhdf5-4ad78c82e230e98cf10c40b22c92b86eca74bc4f.zip
hdf5-4ad78c82e230e98cf10c40b22c92b86eca74bc4f.tar.gz
hdf5-4ad78c82e230e98cf10c40b22c92b86eca74bc4f.tar.bz2
[svn-r3353] Description:
Automatically update the HISTORY.txt and RELEASE.txt to in doc/html/ADGuide by copying the same files at the top level to them. This keeps the two files updated right before release. Platforms tested: eirene.
-rwxr-xr-xbin/release2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/release b/bin/release
index 82efb32..8eb651e 100755
--- a/bin/release
+++ b/bin/release
@@ -99,6 +99,8 @@ test -h ../hdf5-$VERS && rm ../hdf5-$VERS
ln -s `pwd` ../hdf5-$VERS || exit 1
mv Makefile ../Makefile.x 2>/dev/null #might fail
cp -p Makefile.dist Makefile
+# synchronize the HISTORY and RELEASE files in the doc area
+cp HISTORY.txt RELEASE.txt doc/html/ADGuide/.
echo "This is hdf5-$VERS released on `date`" >README.x
tail +2l README >>README.x
mv README.x README