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:50:47 +0200 |
commit | d2ee5effeeb3d18672a68eb1046e9446e02b2b6e (patch) | |
tree | dfa8a8dc435c76487199e41ba21156f65b03675c /doc/man | |
parent | 683d9046a7a5fad7742a5c40d2c9d28e5613e879 (diff) | |
download | tdepacman-d2ee5effeeb3d18672a68eb1046e9446e02b2b6e.tar.gz tdepacman-d2ee5effeeb3d18672a68eb1046e9446e02b2b6e.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 -) |