From b14ece9e725175f98011dda8749d046d25b2f2bb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 25 Oct 2014 22:58:27 -0700 Subject: Added man/CMakeLists.txt to install man pages. --- man/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 man/CMakeLists.txt (limited to 'man/CMakeLists.txt') diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt new file mode 100644 index 0000000..6b4b56f --- /dev/null +++ b/man/CMakeLists.txt @@ -0,0 +1,3 @@ +if(UNIX) + INSTALL(FILES man1/cmark.1 DESTINATION share/man/man1) +endif(UNIX) -- cgit v1.2.3