diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-05-03 20:24:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 20:24:14 (GMT) |
commit | 44fafa4a845eb6dfc0a063b754ce1ff15a4d5572 (patch) | |
tree | 1df50fbc42d83bbd7f2f5d18bf72b2c682b1e262 | |
parent | f50d67a1bab25d4b8d0d4dfa7c0a333518bcbb43 (diff) | |
download | hdf5-44fafa4a845eb6dfc0a063b754ce1ff15a4d5572.zip hdf5-44fafa4a845eb6dfc0a063b754ce1ff15a4d5572.tar.gz hdf5-44fafa4a845eb6dfc0a063b754ce1ff15a4d5572.tar.bz2 |
Remove references to old MANIFEST file (#2890)
-rw-r--r-- | CONTRIBUTING.md | 1 | ||||
-rw-r--r-- | fortran/src/README | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 687e981..a16e845 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,7 +125,6 @@ Please make sure that you check the items applicable to your pull request: * [ ] Does the new feature require a change to an existing API? See "API Compatibility Macros" document (https://portal.hdfgroup.org/display/HDF5/API+Compatibility+Macros) * Documentation * [ ] Was the change described in the release_docs/RELEASE.txt file? - * [ ] Was MANIFEST updated if new files had been added to the source? * [ ] Was the new function documented in the corresponding public header file using [Doxygen](https://docs.hdfgroup.org/hdf5/develop/_r_m_t.html)? * [ ] Was new functionality documented for the HDF5 community (the level of documentation depends on the feature; ask us what would be appropriate) * Testing diff --git a/fortran/src/README b/fortran/src/README index f9316b5..f73a59a 100644 --- a/fortran/src/README +++ b/fortran/src/README @@ -130,5 +130,4 @@ Procedure for adding a new file to the repository Add the name of the file to the: (1) Makefile.am located in the same directory as the newfile (2) CMakeLists.txt located in the same directory as the newfile - (3) MANIFEST located in the top level directory |