summaryrefslogtreecommitdiffstats
path: root/Modules/CPackDMG.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CPack/DragNDrop: Update documentation to include new variablesRobert Maynard2015-11-131-5/+15
| | | | | Document the new behavior of `CPACK_DMG_BACKGROUND_IMAGE` and the purpose of `CPACK_DMG_DS_STORE_SETUP_SCRIPT`.
* CPackDMG: Add support for multilingual SLAsSimon Levermann2015-11-061-0/+13
| | | | | | | | | 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.
* CPack: Replace #<type> markup with reStructuredText equivalentKitware Robot2013-10-161-66/+35
| | | | | | | Drop #end and #module. Convert #section to a subsection header. Convert #variable to the cmake domain "variable" directive. Convert #macro to the cmake domain "command" directive. Perform minor formatting fixes in text near these changes.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-57/+87
| | | | | | | | Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
* Fix CPack Drag and Drop generator documentation layout.Eric NOULARD2012-02-251-29/+29
|
* Fix typo in end markupEric NOULARD2012-02-181-1/+1
|
* Put CPack DMG and PackageMaker doc in separate filesEric NOULARD2012-02-181-0/+70