diff options
author | Simon Levermann <simon-github@slevermann.de> | 2015-10-19 09:13:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-11-06 16:14:49 (GMT) |
commit | f88533cc067ea252254b0851d87f09ef798e2c97 (patch) | |
tree | 78686375daa00b36fa167de4b3fde5faf3b39431 /Help | |
parent | 13dc7bdb5e3a0eaaf3607b154bba77a01404a788 (diff) | |
download | CMake-f88533cc067ea252254b0851d87f09ef798e2c97.zip CMake-f88533cc067ea252254b0851d87f09ef798e2c97.tar.gz CMake-f88533cc067ea252254b0851d87f09ef798e2c97.tar.bz2 |
CPackDMG: Add support for multilingual SLAs
Multiple languages for SLAs and the SLA UI can be added via the CPack
variables CPACK_DMG_SLA_DIR and CPACK_DMG_SLA_LANGUAGES. For each
language defined in the languages variable, CPack will search for
<language>.menu.txt and <language>.license.txt in CPACK_DMG_SLA_DIR.
If the sla directory variable is not defined, the old behaviour using
CPACK_RESOURCE_FILE_LICENSE is retained.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cpack-dmg-multilanguage-sla.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-dmg-multilanguage-sla.rst b/Help/release/dev/cpack-dmg-multilanguage-sla.rst new file mode 100644 index 0000000..9e28fa2 --- /dev/null +++ b/Help/release/dev/cpack-dmg-multilanguage-sla.rst @@ -0,0 +1,7 @@ +cpack-dmg-multilanguage-sla +--------------------------- + +* The :module:`CPack DragNDrop generator <CPackDMG>` 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. |