From 1a44d5bc9bb6178f254a96d3e694dd4c9f4ffecb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 29 Nov 2014 10:50:19 -0800 Subject: Moved man page generation to man/CMakeLists.txt. Removed doxygen stuff for now. It seems too complex for what we need. We'll find another way to create cmark.3. --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3