summaryrefslogtreecommitdiff
path: root/Modules/BundleUtilities.cmake
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-08-25 14:58:31 -0400
committerDavid Cole <david.cole@kitware.com>2010-08-25 14:58:31 -0400
commit90add6b50436070605975b0c8188d4fe4b9ddbfa (patch)
treedddbd3a68019e5170d2a2bec791aaed698667913 /Modules/BundleUtilities.cmake
parentaf0c719b9a95706095b79796239f0730d3883cd6 (diff)
downloadcmake-90add6b50436070605975b0c8188d4fe4b9ddbfa.tar.gz
Refine formatting for cmake --help-module output.
Also refer to self as module, not script.
Diffstat (limited to 'Modules/BundleUtilities.cmake')
-rw-r--r--Modules/BundleUtilities.cmake5
1 files changed, 2 insertions, 3 deletions
diff --git a/Modules/BundleUtilities.cmake b/Modules/BundleUtilities.cmake
index 2e23ab6351..b48c61eabe 100644
--- a/Modules/BundleUtilities.cmake
+++ b/Modules/BundleUtilities.cmake
@@ -1,4 +1,5 @@
-# - A collection of CMake utility functions useful for dealing with .app
+# - Functions to help assemble a standalone bundle application.
+# A collection of CMake utility functions useful for dealing with .app
# bundles on the Mac and bundle-like directories on any OS.
#
# The following functions are provided by this module:
@@ -18,7 +19,6 @@
# fixup_bundle_item
# verify_bundle_prerequisites
# verify_bundle_symlinks
-#
# Requires CMake 2.6 or greater because it uses function, break and
# PARENT_SCOPE. Also depends on GetPrerequisites.cmake.
#
@@ -127,7 +127,6 @@
# Verifies that any symlinks found in the bundle point to other files that are
# already also in the bundle... Anything that points to an external file causes
# this function to fail the verification.
-#
#=============================================================================
# Copyright 2008-2009 Kitware, Inc.