diff options
author | Slávek Banko <[email protected]> | 2021-07-22 18:18:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-22 18:18:15 +0200 |
commit | ca9162597e232f79023a7f1cb223cb46879956ed (patch) | |
tree | 7ce0eb7380c9a548d71c76c0b240fc7f6ee0e74a /doc/man/CMakeLists.txt | |
parent | ceb146142cf8e36576d28c937f4e96d68663c6fd (diff) | |
download | kmplayer-ca9162597e232f79023a7f1cb223cb46879956ed.tar.gz kmplayer-ca9162597e232f79023a7f1cb223cb46879956ed.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-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 -) |