summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-26 10:30:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-26 10:30:08 +0200
commitb0a9a8156dc3eb9583a14278a6faf98f53f8fd7c (patch)
tree6e760651021ff76b76ff00e409ec2f4ed262afcf /doc
parentbb4f8aa2c22626f64ea11e81da36d99340feef20 (diff)
downloadkdpkg-b0a9a8156dc3eb9583a14278a6faf98f53f8fd7c.tar.gz
kdpkg-b0a9a8156dc3eb9583a14278a6faf98f53f8fd7c.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')
-rw-r--r--doc/CMakeLists.txt1
-rw-r--r--doc/man/CMakeLists.txt5
2 files changed, 0 insertions, 6 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
deleted file mode 100644
index b0bb74c..0000000
--- a/doc/CMakeLists.txt
+++ /dev/null
@@ -1 +0,0 @@
-add_subdirectory( man )
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
deleted file mode 100644
index f377dfe..0000000
--- a/doc/man/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-INSTALL(
- FILES ${PROJECT_NAME}.1 ${PROJECT_NAME}-install.1
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
-)