diff options
author | Craig Scott <craig.scott@crascit.com> | 2018-11-03 23:02:05 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-11-06 05:42:38 (GMT) |
commit | 12deb051b368afcec39f58f9e3beb1c702051e74 (patch) | |
tree | 93b0fc8b05a0d93eb5986d174a879a901c87887d /Help/release/3.5.rst | |
parent | 20d5e77a270639a124fea587bb68b2fb6a5356fc (diff) | |
download | CMake-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.5.rst')
-rw-r--r-- | Help/release/3.5.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/release/3.5.rst b/Help/release/3.5.rst index f988908..58a5d4e 100644 --- a/Help/release/3.5.rst +++ b/Help/release/3.5.rst @@ -120,23 +120,23 @@ Platforms CPack ----- -* The :cpack_gen:`CPack DMG Generator` learned new variable to +* The :cpack_gen:`CPack DragNDrop Generator` learned new variable to specify AppleScript file run to customize appearance of ``DragNDrop`` installer folder, including background image setting using supplied PNG or multi-resolution TIFF file. See the :variable:`CPACK_DMG_DS_STORE_SETUP_SCRIPT` and :variable:`CPACK_DMG_BACKGROUND_IMAGE` variables. -* The :cpack_gen:`CPack Deb Generator` learned to set the optional config +* The :cpack_gen:`CPack DEB Generator` learned to set the optional config file ``Source`` field using a monolithic or per-component variable. See :variable:`CPACK_DEBIAN_PACKAGE_SOURCE`. -* The :cpack_gen:`CPack Deb Generator` learned to set Package, Section +* The :cpack_gen:`CPack DEB Generator` learned to set Package, Section and Priority control fields per-component. See variables :variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_SECTION` and :variable:`CPACK_DEBIAN_<COMPONENT>_PACKAGE_PRIORITY`. -* The :cpack_gen:`CPack DMG Generator` learned to add +* The :cpack_gen:`CPack DragNDrop Generator` learned to add multi-lingual SLAs to a DMG which is presented to the user when they try to mount the DMG. See the :variable:`CPACK_DMG_SLA_LANGUAGES` and :variable:`CPACK_DMG_SLA_DIR` variables for details. |