diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-07 09:27:46 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-07 09:27:46 -0800 |
commit | 2e3ab1464f9e4e8b00ebb15ea0f5a0afd2df7263 (patch) | |
tree | 3adfb25e53b7a83c5845686b03e91d1cdf35c1b6 /man | |
parent | 709c1385fea7b4aee3968fe80c58b87a294d8d8a (diff) |
Removed old man/CMakeLists.txt.
Diffstat (limited to 'man')
-rw-r--r-- | man/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt deleted file mode 100644 index 6b4b56f..0000000 --- a/man/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -if(UNIX) - INSTALL(FILES man1/cmark.1 DESTINATION share/man/man1) -endif(UNIX) |