summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a16f82..2e4c870 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,11 +14,7 @@ set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_
add_subdirectory(src)
add_subdirectory(api_test)
-
-if(UNIX)
- INSTALL(FILES man/man1/cmark.1 DESTINATION share/man/man1)
- INSTALL(FILES man/man3/cmark.3 DESTINATION share/man/man3)
-endif(UNIX)
+add_subdirectory(man)
enable_testing()