diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-20 16:50:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-20 16:52:12 +0200 |
commit | 2fd02fe8bb815590dfd78710125f16b60d4d5946 (patch) | |
tree | 49b2ddaeb298ae9f0882f57adae5af8d5b1c38d5 /doc/man | |
parent | 9709c554f32893aa129ce0751fec1f49a9bcdb6f (diff) | |
download | tdepacman-2fd02fe8bb815590dfd78710125f16b60d4d5946.tar.gz tdepacman-2fd02fe8bb815590dfd78710125f16b60d4d5946.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 d2ee5effeeb3d18672a68eb1046e9446e02b2b6e)
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 -) |