diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-22 18:18:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-22 18:18:32 +0200 |
commit | dcbbebef63d91bb2408cb76d50f8b7a7d8d568cd (patch) | |
tree | fa9f851682efa4d03c055ed8067d4315210135cf /doc/man | |
parent | c9a8c3b9511c3aeff7485260c08d6cb0782d977d (diff) | |
download | kmplayer-dcbbebef.tar.gz kmplayer-dcbbebef.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 ca9162597e232f79023a7f1cb223cb46879956ed)
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 -) |