diff options
author | Brad King <brad.king@kitware.com> | 2015-06-02 13:09:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-02 13:10:30 (GMT) |
commit | 8ce87ac6ef95c244978756f78154f239705aa986 (patch) | |
tree | 543050e41c0194f74245fedbfa19ef0805e87861 /Help/release/dev/cmake-gui-osx-install-command-line.rst | |
parent | 3bcd2f538f7c20fe25532bf41c8b78c511c03be5 (diff) | |
download | CMake-8ce87ac6ef95c244978756f78154f239705aa986.zip CMake-8ce87ac6ef95c244978756f78154f239705aa986.tar.gz CMake-8ce87ac6ef95c244978756f78154f239705aa986.tar.bz2 |
Help: Consolidate 3.3 release notes
Move all development release notes into a new version-specific document:
tail -q -n +3 Help/release/dev/* > Help/release/3.3.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/cmake-gui-osx-install-command-line.rst')
-rw-r--r-- | Help/release/dev/cmake-gui-osx-install-command-line.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Help/release/dev/cmake-gui-osx-install-command-line.rst b/Help/release/dev/cmake-gui-osx-install-command-line.rst deleted file mode 100644 index e0f0369..0000000 --- a/Help/release/dev/cmake-gui-osx-install-command-line.rst +++ /dev/null @@ -1,10 +0,0 @@ -cmake-gui-osx-install-command-line ----------------------------------- - -* On OS X the :manual:`cmake-gui(1)` no longer has the - ``Install For Command Line Use`` menu item. Instead there - is a ``How to Install For Command Line Use`` menu item - that shows an informational dialog box explaining how to - make the command line tools available. For example:: - - /Applications/CMake.app/Contents/bin/cmake-gui --install |