[svn-r11082] Purpose:

upgrade.

Description:
Release used to copy the updated release_docs/HISTORY.txt and
release_docs/RELEASE.txt to the doc/html/ADGuide.  The doc/ is
removed from the source tree.  So, remove the command that
does the copying.

Note that once the separated doc/ location is known, release needs
to copy the two files into them and committed them via sub-version
commands.

Platforms tested:
No test because it is a trivial change and it is not easy to change
without triggering the full release process.

Misc. update:
This commit is contained in:
HDF Admin 2005-07-18 17:14:53 -05:00
parent 5de418b2b4
commit cd5ca85fb7

View File

@ -184,9 +184,6 @@ for f in README.txt release_docs/RELEASE.txt; do
chmod 644 $f
done
# synchronize the HISTORY.tx and RELEASE.tx files in the doc area
cp release_docs/HISTORY.txt release_docs/RELEASE.txt doc/html/ADGuide/.
# Create the tar file
test "$verbose" && echo " Running tar..." 1>&2
( \