diff options
author | Slávek Banko <[email protected]> | 2021-08-01 10:56:47 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-08-01 10:56:47 +0200 |
commit | cff81ff3e7d0bf2da89141f72a59284c9d669ce9 (patch) | |
tree | a78b6e737b4119c745c32de606380e485040a1ce /doc/man/CMakeLists.txt | |
parent | 5df3afc39664b42ed9542847a42fd39337678a52 (diff) | |
download | ksensors-cff81ff3e7d0bf2da89141f72a59284c9d669ce9.tar.gz ksensors-cff81ff3e7d0bf2da89141f72a59284c9d669ce9.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 -) |