summaryrefslogtreecommitdiffstats
path: root/Help/release/3.1.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2018-11-03 23:02:05 (GMT)
committerCraig Scott <craig.scott@crascit.com>2018-11-06 05:42:38 (GMT)
commit12deb051b368afcec39f58f9e3beb1c702051e74 (patch)
tree93b0fc8b05a0d93eb5986d174a879a901c87887d /Help/release/3.1.rst
parent20d5e77a270639a124fea587bb68b2fb6a5356fc (diff)
downloadCMake-12deb051b368afcec39f58f9e3beb1c702051e74.zip
CMake-12deb051b368afcec39f58f9e3beb1c702051e74.tar.gz
CMake-12deb051b368afcec39f58f9e3beb1c702051e74.tar.bz2
Help: Use correct CPack generator names
CPack generator names were not used consistently throughout the documentation, resulting in ambiguity about what the correct name was for use with the `cpack -G` option. With the changes in this commit, the cpack-generators(7) page of the manual now shows the correct names and other help pages no longer use inconsistent or incorrect names.
Diffstat (limited to 'Help/release/3.1.rst')
-rw-r--r--Help/release/3.1.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/release/3.1.rst b/Help/release/3.1.rst
index 8278353..8bea28f 100644
--- a/Help/release/3.1.rst
+++ b/Help/release/3.1.rst
@@ -294,11 +294,11 @@ CPack
* :manual:`cpack(1)` gained ``7Z`` and ``TXZ`` generators supporting
lzma-compressed archives.
-* The :cpack_gen:`CPack Deb Generator` learned a new
+* The :cpack_gen:`CPack DEB Generator` learned a new
:variable:`CPACK_DEBIAN_COMPRESSION_TYPE` variable to set the
tarball compression type.
-* The :manual:`cpack(1)` ``WiX`` generator learned to support
+* The :cpack_gen:`CPack WIX Generator` learned to support
a :prop_inst:`CPACK_WIX_ACL` installed file property to
specify an Access Control List.