summaryrefslogtreecommitdiff
path: root/Modules/Documentation.cmake
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-12-04 10:55:17 -0500
committerSebastien Barre <sebastien.barre@kitware.com>2001-12-04 10:55:17 -0500
commitcb4f04c94e5815393e9b1d765588c23656149b4e (patch)
treee1586635e8c85d0e88faf7b42451f9d8f2de40ca /Modules/Documentation.cmake
parentf68e64e2d8488a57740cc5b2fb0f914a769c4e8e (diff)
downloadcmake-cb4f04c94e5815393e9b1d765588c23656149b4e.tar.gz
Remove unneeded test and code duplication. Add WIN32 test. Make all ADVANCED.
Diffstat (limited to 'Modules/Documentation.cmake')
-rw-r--r--Modules/Documentation.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/Documentation.cmake b/Modules/Documentation.cmake
index c86e704272..f090aebe32 100644
--- a/Modules/Documentation.cmake
+++ b/Modules/Documentation.cmake
@@ -7,6 +7,7 @@
# Build the documentation ?
#
OPTION(BUILD_DOCUMENTATION "Build the documentation (Doxygen)." OFF)
+MARK_AS_ADVANCED(BUILD_DOCUMENTATION)
IF (BUILD_DOCUMENTATION)
@@ -25,6 +26,11 @@ IF (BUILD_DOCUMENTATION)
OPTION(DOCUMENTATION_HTML_TARZ
"Build a compressed tar archive of the HTML doc." OFF)
+ MARK_AS_ADVANCED(
+ DOCUMENTATION_HTML_HELP
+ DOCUMENTATION_HTML_TARZ
+ )
+
#
# The documentation process is controled by a batch file.
# We will probably need bash to create the custom target