diff options
author | Slávek Banko <[email protected]> | 2021-07-30 22:41:29 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-30 22:41:29 +0200 |
commit | 80833d85844b784609e68dea15ccedea6d870f39 (patch) | |
tree | b3f21a90ff51c8b0a39f31ddb99d97eaf0b78f62 /doc/man | |
parent | b359cbd29f9ec59b1f6d01271a4ea784014d9c14 (diff) | |
download | keep-80833d85844b784609e68dea15ccedea6d870f39.tar.gz keep-80833d85844b784609e68dea15ccedea6d870f39.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
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 -) |