diff options
author | gregory guy <[email protected]> | 2019-01-30 11:42:53 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-02 15:36:40 +0100 |
commit | 4f89efe3465eff6c67fa2674ea5f98452b34757a (patch) | |
tree | 0e2f4d1e9c2a64dd1e000adac52c2e196ff83dee /doc/man/CMakeLists.txt | |
parent | 32a4ad7b1211ceabc5da467c01aec379b26e5eea (diff) | |
download | kshutdown-4f89efe3465eff6c67fa2674ea5f98452b34757a.tar.gz kshutdown-4f89efe3465eff6c67fa2674ea5f98452b34757a.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit d4155deb8d425efa01e2d2e9332ecfe4f12ccb9c)
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 +) |