summaryrefslogtreecommitdiff
path: root/Modules/Documentation.cmake
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-26 22:52:53 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-08-26 22:52:53 -0400
commitad4f98f3cf20c3befa18979521736dc49b458a6c (patch)
tree77b0d21199657b547610ac8789f0a953d0195faa /Modules/Documentation.cmake
parentc9eaf38653dddaf31f082cdac4fe166a7f5fb96a (diff)
downloadcmake-ad4f98f3cf20c3befa18979521736dc49b458a6c.tar.gz
ENH: Cleanup. Use relative path to modules
Diffstat (limited to 'Modules/Documentation.cmake')
-rw-r--r--Modules/Documentation.cmake18
1 files changed, 9 insertions, 9 deletions
diff --git a/Modules/Documentation.cmake b/Modules/Documentation.cmake
index efc049152d..21d52d8649 100644
--- a/Modules/Documentation.cmake
+++ b/Modules/Documentation.cmake
@@ -14,23 +14,23 @@ IF (BUILD_DOCUMENTATION)
#
# Check for the tools
#
- INCLUDE(${CMAKE_ROOT}/Modules/FindUnixCommands.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/FindDoxygen.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/FindGnuplot.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/FindHTMLHelp.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/FindPerl.cmake)
- INCLUDE(${CMAKE_ROOT}/Modules/FindWget.cmake)
+ INCLUDE(FindUnixCommands)
+ INCLUDE(FindDoxygen)
+ INCLUDE(FindGnuplot)
+ INCLUDE(FindHTMLHelp)
+ INCLUDE(FindPerl)
+ INCLUDE(FindWget)
OPTION(DOCUMENTATION_HTML_HELP
- "Build the HTML Help file (CHM)." OFF)
+ "Build the HTML Help file (CHM)." OFF)
OPTION(DOCUMENTATION_HTML_TARZ
- "Build a compressed tar archive of the HTML doc." OFF)
+ "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.