diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-06 23:36:49 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-06 23:36:49 -0800 |
commit | 423de04c79ec06f0bdfeb0d5087fbb88071a6b92 (patch) | |
tree | d21651f018390568f5b0e6f8dfdc0fabb6cce045 /man | |
parent | 91910b094af8bedb08f612ec3e4036a25a748a0f (diff) | |
parent | bc978561c1616985df6a73657db5015822c4b33b (diff) |
Merge branch 'cmake'
Conflicts:
Makefile
Diffstat (limited to 'man')
-rw-r--r-- | man/CMakeLists.txt | 3 |
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) |