summaryrefslogtreecommitdiff
path: root/man/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/CMakeLists.txt')
-rw-r--r--man/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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)