diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-03-27 00:28:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-03-27 00:28:44 +0900 |
commit | 64509425b39b988f3d9436b5c4482db8c86cf310 (patch) | |
tree | ecf3704709f2874d164737912d44e7f3607fc667 /man/CMakeLists.txt | |
parent | 88fbf7e81a6ab317262bd97875a0296f59287586 (diff) | |
download | tdedocker-64509425b39b988f3d9436b5c4482db8c86cf310.tar.gz tdedocker-64509425b39b988f3d9436b5c4482db8c86cf310.zip |
1) Added option for gcc visibility
2) Added man page from Debian packaging repo
3) Added application icon
4) Installed xpm icons
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'man/CMakeLists.txt')
-rw-r--r-- | man/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt new file mode 100644 index 0000000..8512250 --- /dev/null +++ b/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) |