summaryrefslogtreecommitdiffstats
path: root/doc/extras/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/extras/CMakeLists.txt')
-rw-r--r--doc/extras/CMakeLists.txt18
1 files changed, 18 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
+)