summaryrefslogtreecommitdiffstats
path: root/Modules/Documentation.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/Documentation.cmake')
-rw-r--r--Modules/Documentation.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modules/Documentation.cmake b/Modules/Documentation.cmake
index ffeb371..aff78c9 100644
--- a/Modules/Documentation.cmake
+++ b/Modules/Documentation.cmake
@@ -33,10 +33,10 @@ IF (BUILD_DOCUMENTATION)
FIND_PACKAGE(Perl)
FIND_PACKAGE(Wget)
- OPTION(DOCUMENTATION_HTML_HELP
+ OPTION(DOCUMENTATION_HTML_HELP
"Build the HTML Help file (CHM)." OFF)
- OPTION(DOCUMENTATION_HTML_TARZ
+ OPTION(DOCUMENTATION_HTML_TARZ
"Build a compressed tar archive of the HTML doc." OFF)
MARK_AS_ADVANCED(
@@ -44,7 +44,7 @@ IF (BUILD_DOCUMENTATION)
DOCUMENTATION_HTML_TARZ
)
- #
+ #
# The documentation process is controled by a batch file.
# We will probably need bash to create the custom target
#