diff options
Diffstat (limited to 'man/CMakeLists.txt')
-rw-r--r-- | man/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt deleted file mode 100644 index 443996e..0000000 --- a/man/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -if (NOT MSVC) - install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/man1/cmark.1 - DESTINATION share/man/man1) - - install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/man3/cmark.3 - DESTINATION share/man/man3) -endif(NOT MSVC) - |