Browse Source

CPackNSIS: Rewrite variable documentation to make it more readable.

And avoid parsing problems at the first "."
David Cole 13 years ago
parent
commit
fcf265fe1a
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Modules/CPackNSIS.cmake

+ 4 - 2
Modules/CPackNSIS.cmake

@@ -15,12 +15,14 @@
 ##end
 #
 ##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.
 ##end
 #
 ##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.
 ##end
 #