diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-01 10:56:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-01 10:57:03 +0200 |
commit | 98a47675cac0e49becbfb56a6e87deecfc4f51db (patch) | |
tree | 5e05d9f33bd7670e3f24d4e55171828a8b034f73 /doc/man | |
parent | 48548376ca38a024b20ce3620fddbb6438172a96 (diff) | |
download | ksensors-98a47675.tar.gz ksensors-98a47675.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 cff81ff3e7d0bf2da89141f72a59284c9d669ce9)
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 -) |