summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2018-11-04 08:50:22 +1100
committerCraig Scott <craig.scott@crascit.com>2018-11-04 08:50:22 +1100
commitc12eefa8fdad306f938b7858168b3e65cd9740d6 (patch)
tree074366295ba9006ac98c28913c496d3bc7ca86a4
parentfd02538974dd952a8639d371c2c0067d30d5469a (diff)
downloadcmake-c12eefa8fdad306f938b7858168b3e65cd9740d6.tar.gz
Help: Fix generators link in cpack(1) manual
Minor rewording around the updated link and extra blank line added to improve readability and remove a potential ambiguity around the same area. Fixes: #18545
-rw-r--r--Help/manual/cpack.1.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/manual/cpack.1.rst b/Help/manual/cpack.1.rst
index 87aa38d854..6159d7bee9 100644
--- a/Help/manual/cpack.1.rst
+++ b/Help/manual/cpack.1.rst
@@ -29,9 +29,10 @@ Options
package(s) in that generator's format according to the details provided in
the ``CPackConfig.cmake`` configuration file. A generator is responsible for
generating the required inputs for a particular package system and invoking
- that system's package creation tools. Possible generator names are specified
- in the :manual:`Generators <cmake-generators(7)>` section of the manual and
+ that system's package creation tools. All supported generators are specified
+ in the :manual:`Generators <cpack-generators(7)>` section of the manual and
the ``--help`` option lists the generators supported for the target platform.
+
If this option is not given, the :variable:`CPACK_GENERATOR` variable
determines the default set of generators that will be used.