diff options
author | Brad King <brad.king@kitware.com> | 2002-08-08 12:49:10 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-08-08 12:49:10 -0400 |
commit | 48c130992b281d863ee123ca4d4bf040665b19b5 (patch) | |
tree | 850b2c5cdf0cdbdd5c8ee23b54953230952a3537 /CMakeLists.txt | |
parent | f23688659f050060f0291571829be173c9e6e38c (diff) | |
download | cmake-48c130992b281d863ee123ca4d4bf040665b19b5.tar.gz |
ENH: Adding installation for man page.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b705d7bcd4..941a3cc679 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,4 +38,4 @@ SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/Source CACHE PATH INCLUDE_REGULAR_EXPRESSION("^(\\.\\./)?(cm|CMake|form).*") - +INSTALL_FILES(/man/man1 "cmake\\.1") |