diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-09-03 03:33:14 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-09-03 03:33:30 +0200 |
commit | 643cf6294a249a0273cf9bb9a40d1c91dde830b7 (patch) | |
tree | 09161f2a5dbace3c508cdee34f1678564dd2d09c /doc/man | |
parent | 539fae400c017595d64c0919b9ea9ab00b80a14e (diff) | |
download | kscope-643cf629.tar.gz kscope-643cf629.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 099fec02f5a86f92223749d7a031a5f3948fabb9)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt deleted file mode 100644 index 8512250..0000000 --- a/doc/man/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -INSTALL( - FILES ${PROJECT_NAME}.1 - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc -) |