diff --git a/release_docs/INSTALL_Auto.txt b/release_docs/INSTALL_Autotools.txt similarity index 100% rename from release_docs/INSTALL_Auto.txt rename to release_docs/INSTALL_Autotools.txt diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index b92d4837074..6f3938dc6d2 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -1185,7 +1185,7 @@ See RELEASE.txt in the release_notes/ directory for the list of platforms tested for this release. Instructions for building and testing HDF5 using autotools can be found in the -INSTALL_Auto.txt file found in this folder. +INSTALL_Autotools.txt file found in this folder. ======================================================================== diff --git a/release_docs/INSTALL_Cygwin.txt b/release_docs/INSTALL_Cygwin.txt index 8f18ef98f72..3613cc8be71 100644 --- a/release_docs/INSTALL_Cygwin.txt +++ b/release_docs/INSTALL_Cygwin.txt @@ -119,7 +119,7 @@ Build, Test and Install HDF5 on Cygwin 4. Configuring - Notes: See detailed information in hdf5/release_docs/INSTALL_Auto.txt. + Notes: See detailed information in hdf5/release_docs/INSTALL_Autotools.txt. The host configuration file for Cygwin is located in the `config' directory and are based on architecture name, diff --git a/release_docs/RELEASE_PROCESS.md b/release_docs/RELEASE_PROCESS.md index 112abdec2c8..047183b6026 100644 --- a/release_docs/RELEASE_PROCESS.md +++ b/release_docs/RELEASE_PROCESS.md @@ -48,7 +48,7 @@ For more information on the HDF5 versioning and backward and forward compatibili 6. Review and update, if needed, the [README](https://github.com/HDFGroup/hdf5/blob/develop/README.md) and [COPYING](https://github.com/HDFGroup/hdf5/blob/develop/COPYING) files. 7. Review and update all INSTALL_* files in [release_docs](https://github.com/HDFGroup/hdf5/tree/develop/release_docs), if needed. - [INSTALL](https://github.com/HDFGroup/hdf5/blob/develop/release_docs/INSTALL) should be general info and not require extensive changes - - [INSTALL_Auto.txt](https://github.com/HDFGroup/hdf5/blob/develop/release_docs/INSTALL_Auto.txt) are the instructions for building under autotools. + - [INSTALL_Autotools.txt](https://github.com/HDFGroup/hdf5/blob/develop/release_docs/INSTALL_Autotools.txt) are the instructions for building under autotools. - [INSTALL_CMake.txt](https://github.com/HDFGroup/hdf5/blob/develop/release_docs/INSTALL_CMake.txt) are the instructions for building under CMake. ### 4. Freeze Code (Release Manager | Test Automation Team)