summaryrefslogtreecommitdiff
path: root/docs/CMakeLists.txt
diff options
context:
space:
mode:
authorshadeslayer <shadeslayer@shadeslayer.(none)>2009-10-24 20:21:49 +0530
committershadeslayer <shadeslayer@shadeslayer.(none)>2009-10-24 20:21:49 +0530
commitbe904b1131acde1de71e98c40310a411366006bd (patch)
tree3e58d9c3dc47dbe0a7c25f24aef1e4c47e728d02 /docs/CMakeLists.txt
parentModified string as discussed with pano (diff)
downloadrekonq-be904b1131acde1de71e98c40310a411366006bd.tar.xz
Modified CMakeLists.txt to include the subfolder docs/ while compiling
New CMakeLists.txt for rekonq docbook New docbook for rekonq
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r--docs/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
new file mode 100644
index 00000000..5ddaecc9
--- /dev/null
+++ b/docs/CMakeLists.txt
@@ -0,0 +1,6 @@
+########### install files ###############
+#
+cmake_minimum_required(VERSION 2.6)
+find_package(KDE4 REQUIRED)
+include (KDE4Defaults)
+kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR rekonq)