mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-11 16:01:00 +08:00
[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.
This commit is contained in:
parent
4af0e3c7b5
commit
4ad78c82e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user