diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-11-01 15:12:24 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-11-04 12:42:52 +0100 |
commit | 1905b0563f9ff9a86dadf03feb3cf81c47b6267e (patch) | |
tree | 5c0b09bd6cbd6f37980fa0325f7c2432a513962f /doc/man/CMakeLists.txt | |
parent | 0cd4d565764dd403047d804844da868c592298e4 (diff) | |
download | kdirstat-1905b0563f9ff9a86dadf03feb3cf81c47b6267e.tar.gz kdirstat-1905b0563f9ff9a86dadf03feb3cf81c47b6267e.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
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 +) |