summaryrefslogtreecommitdiff
path: root/docs/CMakeLists.txt
diff options
context:
space:
mode:
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)