diff options
author | Slávek Banko <[email protected]> | 2021-07-26 13:26:35 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-26 13:27:12 +0200 |
commit | a5d6334b6055e5ff63470363ddbc581240df6019 (patch) | |
tree | 168e93640c6afe1ef07f6f697341035045bd92d5 /doc/man/CMakeLists.txt | |
parent | 305f1dec119e1beb351da4e7c18a4e5ad1ec7fab (diff) | |
download | tdenetworkmanager-a5d6334b6055e5ff63470363ddbc581240df6019.tar.gz tdenetworkmanager-a5d6334b6055e5ff63470363ddbc581240df6019.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 -) |