summaryrefslogtreecommitdiffstats
path: root/tutorials/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2014-10-05 10:50:02 -0500
committerDarrell Anderson <[email protected]>2014-10-05 10:50:02 -0500
commitdd581bd656a10e51b22ff7a7c2d6b55fb6c7d90a (patch)
tree9c5c2a692aceab165ee61ed6c99b3a97402a9e84 /tutorials/CMakeLists.txt
parentfd63c2d407b3019bdddd3dc05407eb0c53111b02 (diff)
downloadtdeaddons-dd581bd656a10e51b22ff7a7c2d6b55fb6c7d90a.tar.gz
tdeaddons-dd581bd656a10e51b22ff7a7c2d6b55fb6c7d90a.zip
Move Tutorials from tdebase. Add docbook & markup tutorials. Tutorials need
editing and updating. Thus the default configuration is -DBUILD_TUTORIALS=OFF.
Diffstat (limited to 'tutorials/CMakeLists.txt')
-rw-r--r--tutorials/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt
new file mode 100644
index 0000000..c6732ad
--- /dev/null
+++ b/tutorials/CMakeLists.txt
@@ -0,0 +1,11 @@
+#################################################
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ .directory docprimer.desktop markup.desktop styleguide.desktop
+ DESTINATION ${DATA_INSTALL_DIR}/khelpcenter/plugins/Tutorials )