summaryrefslogtreecommitdiffstats
path: root/kdbg
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-04-27 20:49:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-06-04 12:06:22 +0200
commitdbf4baa42b7c61089eeca70033f4231b9fff3698 (patch)
tree97adc14eb36620312f627a601eeeb17f79c7779a /kdbg
parentb59a439517b842a8f74ad7f149ee13c3a3f1cc53 (diff)
downloadkdbg-dbf4baa42b7c61089eeca70033f4231b9fff3698.tar.gz
kdbg-dbf4baa42b7c61089eeca70033f4231b9fff3698.zip
Use common rules for build and install documentation and translations.
Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kdbg')
-rw-r--r--kdbg/doc/CMakeLists.txt2
-rw-r--r--kdbg/doc/man/CMakeLists.txt5
2 files changed, 1 insertions, 6 deletions
diff --git a/kdbg/doc/CMakeLists.txt b/kdbg/doc/CMakeLists.txt
index 6d0aa9f..fde3c3e 100644
--- a/kdbg/doc/CMakeLists.txt
+++ b/kdbg/doc/CMakeLists.txt
@@ -1 +1 @@
-tde_auto_add_subdirectories( )
+tde_add_project_docs()
diff --git a/kdbg/doc/man/CMakeLists.txt b/kdbg/doc/man/CMakeLists.txt
deleted file mode 100644
index 8512250..0000000
--- a/kdbg/doc/man/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-INSTALL(
- FILES ${PROJECT_NAME}.1
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
-)