summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-12 07:18:03 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-12 07:18:03 -0800
commit51210a15c3479fccf7c4735f70e0c1a3b6085e8f (patch)
tree14710f79a5fd17dbb6de31a092a84c03f9e197e2 /src
parent25ccf653e8be351bb2c5d89236d3e0e960ae7a45 (diff)
Moved man install target to main CMakeLists.txt.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 45b0fec..6f30bf0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -74,10 +74,6 @@ install(DIRECTORY ./
DESTINATION include/${PROJECT_NAME}
FILES_MATCHING PATTERN "*.h")
-if(UNIX)
- INSTALL(FILES ../man/man1/cmark.1 DESTINATION share/man/man1)
-endif(UNIX)
-
include (CheckIncludeFile)
CHECK_INCLUDE_FILE (stdbool.h HAVE_STDBOOL_H)