diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-01 10:55:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-01 10:55:39 +0200 |
commit | eedb0c3a31d4e5eb074f947e5aeaa9d5f13ff919 (patch) | |
tree | 5dc868639c801c796a263137625a923eec4bf544 /doc/man | |
parent | f3dcbd740f0cd2197e1cb85142532d1746098f50 (diff) | |
download | krename-eedb0c3a.tar.gz krename-eedb0c3a.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 26d741813467cf71a89df3d7e534a8684d732584)
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 -) |