From 4ad78c82e230e98cf10c40b22c92b86eca74bc4f Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 5 Feb 2001 14:29:09 -0500 Subject: [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. --- bin/release | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12