CPackNSIS: Rewrite variable documentation to make it more readable.

And avoid parsing problems at the first "."
This commit is contained in:
David Cole 2012-04-05 16:13:24 -04:00
parent 8fe0da5981
commit fcf265fe1a

View File

@ -15,12 +15,14 @@
##end ##end
# #
##variable ##variable
# CPACK_NSIS_MUI_ICON - The icon file (<dot>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. # install program.
##end ##end
# #
##variable ##variable
# CPACK_NSIS_MUI_UNIICON - The icon file (<dot>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. # uninstall program.
##end ##end
# #