diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-22 18:12:06 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-22 18:13:23 +0200 |
commit | 00dfcb8e6d7b893ec1edfa757ba07e0d4f1a81c2 (patch) | |
tree | c3197d179d436c9a4450487730dd5ae252e20b55 /doc/man/CMakeLists.txt | |
parent | ba54c228db62aaf50efbe74b175870638d0be2ad (diff) | |
download | codeine-00dfcb8e.tar.gz codeine-00dfcb8e.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 34b18a71c176ff8ec33096da4afcf507dd2b412c)
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 -) |