diff options
author | Slávek Banko <[email protected]> | 2021-07-26 12:58:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-26 12:58:36 +0200 |
commit | eda8adee01eb0d4bff8c45da55c826acea5849ba (patch) | |
tree | 01c3cb8de09302597c50b1bf42ff6a3c124ed04a /doc/man/CMakeLists.txt | |
parent | 7cceed3da29ab57f58b5087ed68f0efa7396ce75 (diff) | |
download | kkbswitch-eda8adee01eb0d4bff8c45da55c826acea5849ba.tar.gz kkbswitch-eda8adee01eb0d4bff8c45da55c826acea5849ba.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 -) |