summaryrefslogtreecommitdiff
path: root/man/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-06 23:36:49 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-06 23:36:49 -0800
commit423de04c79ec06f0bdfeb0d5087fbb88071a6b92 (patch)
treed21651f018390568f5b0e6f8dfdc0fabb6cce045 /man/CMakeLists.txt
parent91910b094af8bedb08f612ec3e4036a25a748a0f (diff)
parentbc978561c1616985df6a73657db5015822c4b33b (diff)
Merge branch 'cmake'
Conflicts: Makefile
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)