From 829b089c80895d9a78938c5bc7747aea1cd48eb6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Jan 2015 21:35:03 -0800 Subject: Removed implementation-specific material from repository. The C and JS implementations are being split off into different repositories. This repository will just have the spec itself. --- man/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 man/CMakeLists.txt (limited to 'man/CMakeLists.txt') 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) - -- cgit v1.2.3