Merge topic 'CPackNSIS-smallDocTypoFix'

fcf265f CPackNSIS: Rewrite variable documentation to make it more readable.
8fe0da5 Fix some doc typo and add an undocumented var.
This commit is contained in:
David Cole 2012-04-10 15:19:22 -04:00 committed by CMake Topic Stage
commit 082fba0662
1 changed files with 10 additions and 3 deletions

View File

@ -15,16 +15,22 @@
##end
#
##variable
# CPACK_NSIS_MUI_ICON - The icon file (.ico) for the generated
# CPACK_NSIS_MUI_ICON - An icon filename.
# The name of a *.ico file used as the main icon for the generated
# install program.
##end
#
##variable
# CPACK_NSIS_MUI_UNIICON - The icon file (.ico) for the generated
# CPACK_NSIS_MUI_UNIICON - An icon filename.
# The name of a *.ico file used as the main icon for the generated
# uninstall program.
##end
#
##variable
# CPACK_NSIS_INSTALLER_MUI_ICON_CODE - undocumented.
##end
#
##variable
# CPACK_NSIS_EXTRA_INSTALL_COMMANDS - Extra NSIS commands that will
# be added to the install Section.
##end
@ -40,7 +46,8 @@
##end
#
##variable
# CPACK_NSIS_MODIFY_PATH - If this is set to "ON", then an extra page
# CPACK_NSIS_MODIFY_PATH - Modify PATH toggle.
# If this is set to "ON", then an extra page
# will appear in the installer that will allow the user to choose
# whether the program directory should be added to the system PATH
# variable.