diff options
author | Brad King <brad.king@kitware.com> | 2016-06-01 09:10:37 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-01 09:12:10 -0400 |
commit | c5df7483f50876de5f5e50280ff6557e4ba39d15 (patch) | |
tree | fb92b57fe9d4ac4365494f91034cadeb70fbf859 /Help/release/dev/custom-command-CROSSCOMPILING_EMULATOR.rst | |
parent | 62adedbf5e4fd54fc017cf78a8127875260f84a4 (diff) | |
download | cmake-c5df7483f50876de5f5e50280ff6557e4ba39d15.tar.gz |
Help: Consolidate 3.6 release notes
Move all development release notes into a new version-specific document:
tail -q -n +3 Help/release/dev/* > Help/release/3.6.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/custom-command-CROSSCOMPILING_EMULATOR.rst')
-rw-r--r-- | Help/release/dev/custom-command-CROSSCOMPILING_EMULATOR.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Help/release/dev/custom-command-CROSSCOMPILING_EMULATOR.rst b/Help/release/dev/custom-command-CROSSCOMPILING_EMULATOR.rst deleted file mode 100644 index 390463ec4b..0000000000 --- a/Help/release/dev/custom-command-CROSSCOMPILING_EMULATOR.rst +++ /dev/null @@ -1,6 +0,0 @@ -custom-command-CROSSCOMPILING_EMULATOR --------------------------------------- - -* The :command:`add_custom_command` and :command:`add_custom_target` commands - learned how to use the :prop_tgt:`CROSSCOMPILING_EMULATOR` executable - target property. |