summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-11-24 14:26:40 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-11-24 14:26:40 (GMT)
commitbc1136b2753e82f9d98a4870f2ff026fbefe7ace (patch)
treed77f643eb6354b05f7c18142917a9074322e0114
parentdb7457452cfbf6734d0ff6e3ba8700e9df46c2ae (diff)
parent15c454fe82818c3f317db83ddf9ca90347e2b510 (diff)
downloadCMake-bc1136b2753e82f9d98a4870f2ff026fbefe7ace.zip
CMake-bc1136b2753e82f9d98a4870f2ff026fbefe7ace.tar.gz
CMake-bc1136b2753e82f9d98a4870f2ff026fbefe7ace.tar.bz2
Merge topic 'doc-CLEAN_NO_CUSTOM-makefile-only'
15c454fe Help: Document CLEAN_NO_CUSTOM as for Makefile generators only (#15856)
-rw-r--r--Help/prop_dir/CLEAN_NO_CUSTOM.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Help/prop_dir/CLEAN_NO_CUSTOM.rst b/Help/prop_dir/CLEAN_NO_CUSTOM.rst
index 9a4173e..5ae78bf 100644
--- a/Help/prop_dir/CLEAN_NO_CUSTOM.rst
+++ b/Help/prop_dir/CLEAN_NO_CUSTOM.rst
@@ -1,7 +1,6 @@
CLEAN_NO_CUSTOM
---------------
-Should the output of custom commands be left.
-
-If this is true then the outputs of custom commands for this directory
-will not be removed during the "make clean" stage.
+Set to true to tell :ref:`Makefile Generators` not to remove the outputs of
+custom commands for this directory during the ``make clean`` operation.
+This is ignored on other generators because it is not possible to implement.