From cd5ca85fb7c98154224628d7ef21e179bf653ff5 Mon Sep 17 00:00:00 2001 From: HDF Admin Date: Mon, 18 Jul 2005 17:14:53 -0500 Subject: [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: --- bin/release | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/release b/bin/release index e95c3b8..fe3fa51 100755 --- a/bin/release +++ b/bin/release @@ -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 ( \ -- cgit v0.12