summaryrefslogtreecommitdiffstats
path: root/Help/release/3.10.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.10.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.10.rst')
-rw-r--r--Help/release/3.10.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/release/3.10.rst b/Help/release/3.10.rst
index 66a1d09..03eda36 100644
--- a/Help/release/3.10.rst
+++ b/Help/release/3.10.rst
@@ -186,15 +186,15 @@ CPack
* A :cpack_gen:`CPack FreeBSD Generator` was added for FreeBSD ``pkg(8)``.
-* The :cpack_gen:`CPack Deb Generator` was enabled on Windows. While not
+* The :cpack_gen:`CPack DEB Generator` was enabled on Windows. While not
fully featured (due to the lack of external UNIX tools) this will allow
building basic cross-platform Debian packages.
-* The :cpack_gen:`CPack Deb Generator` learned to set package release
+* The :cpack_gen:`CPack DEB Generator` learned to set package release
version in ``Version`` info property.
See the :variable:`CPACK_DEBIAN_PACKAGE_RELEASE` variable.
-* The :cpack_gen:`CPack Deb Generator` learned more strict package
+* The :cpack_gen:`CPack DEB Generator` learned more strict package
version checking that complies with Debian rules.
* The :module:`CPackIFW` module :command:`cpack_ifw_configure_component` and
@@ -211,7 +211,7 @@ CPack
repack dependent components. This feature is only available when
using QtIFW 3.1 or later.
-* The :cpack_gen:`CPack RPM Generator` and :cpack_gen:`CPack Deb Generator`
+* The :cpack_gen:`CPack RPM Generator` and :cpack_gen:`CPack DEB Generator`
learned to set the package epoch version.
See :variable:`CPACK_RPM_PACKAGE_EPOCH` and
:variable:`CPACK_DEBIAN_PACKAGE_EPOCH` variables.