summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-11-17 16:06:35 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-11-17 18:35:42 +0100
commitfd907e533d5ae62daa846aefbdb6d3c27fcb0b2c (patch)
treee3296be6dbbd1505bcdcd13aafc23a43fbbe6c97 /doc
parent466b6fc982f27dcc39986e30d516a2a173879af7 (diff)
downloadtdevelop-fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c.tar.gz
tdevelop-fd907e533d5ae62daa846aefbdb6d3c27fcb0b2c.zip
Fix various cmake build issues
(cherry picked from commit 96f0726b226f4b404c38f998fbdd02cf728ba6e8)
Diffstat (limited to 'doc')
-rw-r--r--doc/extras/CMakeLists.txt18
-rw-r--r--doc/extras/w3c/CMakeLists.txt16
-rw-r--r--doc/std/CMakeLists.txt16
3 files changed, 50 insertions, 0 deletions
diff --git a/doc/extras/CMakeLists.txt b/doc/extras/CMakeLists.txt
new file mode 100644
index 00000000..dd7c977f
--- /dev/null
+++ b/doc/extras/CMakeLists.txt
@@ -0,0 +1,18 @@
+#################################################
+#
+# (C) 2012 Slavek Banko
+# slavek (DOT) banko (AT) axis.cz
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( w3c )
+
+install(
+ FILES
+ sdl.toc opengl.toc
+ DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs
+)
diff --git a/doc/extras/w3c/CMakeLists.txt b/doc/extras/w3c/CMakeLists.txt
new file mode 100644
index 00000000..7424e5fd
--- /dev/null
+++ b/doc/extras/w3c/CMakeLists.txt
@@ -0,0 +1,16 @@
+#################################################
+#
+# (C) 2012 Slavek Banko
+# slavek (DOT) banko (AT) axis.cz
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install(
+ FILES
+ w3c-dom-level2-html.toc w3c-svg.toc w3c-uaag10.toc
+ DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs
+)
diff --git a/doc/std/CMakeLists.txt b/doc/std/CMakeLists.txt
new file mode 100644
index 00000000..3c034ee5
--- /dev/null
+++ b/doc/std/CMakeLists.txt
@@ -0,0 +1,16 @@
+#################################################
+#
+# (C) 2012 Slavek Banko
+# slavek (DOT) banko (AT) axis.cz
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install(
+ FILES
+ kdev3api.toc
+ DESTINATION ${DATA_INSTALL_DIR}/kdevdocumentation/tocs
+)