summaryrefslogtreecommitdiff
path: root/docs/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:12:54 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:12:54 +0100
commitda1b792717b4c61769339435dcf5d1935303a712 (patch)
treec4dcf9a223bcc575f0bae79f372bd0de6cc40dd8 /docs/CMakeLists.txt
parentMerge commit 'refs/merge-requests/1902' of git://gitorious.org/rekonq/mainlin... (diff)
parentsome minor fixing (diff)
downloadrekonq-da1b792717b4c61769339435dcf5d1935303a712.tar.xz
Merge commit 'refs/merge-requests/1903' of git://gitorious.org/rekonq/mainline
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)