diff options
author | gregory guy <[email protected]> | 2019-01-04 14:28:13 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-05 14:31:40 +0100 |
commit | 7bb6dfc4022646097af59390c751440b387b4383 (patch) | |
tree | 3123f7ee67d75e92a948541f2c10169a41adf66d /doc/man/CMakeLists.txt | |
parent | adee82c94d8922bb526d84d27732b59059da0706 (diff) | |
download | knights-7bb6dfc4022646097af59390c751440b387b4383.tar.gz knights-7bb6dfc4022646097af59390c751440b387b4383.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 7a0f90f2809ec97436f55aab39ddc5a0a2452b0e)
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 0000000..8512250 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) |