diff options
author | Brad King <brad.king@kitware.com> | 2017-06-02 13:35:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-02 13:35:52 (GMT) |
commit | 7bc264305037b9aa7a6f58400c81b33879dac369 (patch) | |
tree | 64f4799b8b3ae7ecc0be0b5717a1234e4d0d9744 /Help/release/dev/compiler_archiving_tools.rst | |
parent | 3216c2178cfcc75d48f383a76ccff4aa052b5fdc (diff) | |
download | CMake-7bc264305037b9aa7a6f58400c81b33879dac369.zip CMake-7bc264305037b9aa7a6f58400c81b33879dac369.tar.gz CMake-7bc264305037b9aa7a6f58400c81b33879dac369.tar.bz2 |
Help: Consolidate 3.9 release notes
Move all development release notes into a new version-specific document:
tail -q -n +3 Help/release/dev/* > Help/release/3.9.rst
git rm -- Help/release/dev/*
except the sample topic:
git checkout HEAD -- Help/release/dev/0-sample-topic.rst
Reference the new document from the release notes index document.
Add a title and intro sentence to the new document by hand.
Diffstat (limited to 'Help/release/dev/compiler_archiving_tools.rst')
-rw-r--r-- | Help/release/dev/compiler_archiving_tools.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Help/release/dev/compiler_archiving_tools.rst b/Help/release/dev/compiler_archiving_tools.rst deleted file mode 100644 index de3471d..0000000 --- a/Help/release/dev/compiler_archiving_tools.rst +++ /dev/null @@ -1,8 +0,0 @@ -compiler_archiving_tools ------------------------- - -* A :variable:`CMAKE_<LANG>_COMPILER_AR` variable was added to hold - the path to the GCC/Clang wrapper of ``ar``. - -* A :variable:`CMAKE_<LANG>_COMPILER_RANLIB` variable was added to hold - the path to the GCC/Clang wrapper of ``ranlib``. |