summaryrefslogtreecommitdiffstats
path: root/doc/releasenotes/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-19 02:07:29 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-19 02:07:29 -0600
commit32f7a85c9df5f48a6c9b4d73f0323c490a6ae95f (patch)
treeb20a7a37eb8d497d5a55692ae023a1d649a2f683 /doc/releasenotes/CMakeLists.txt
parent8781095d0759d8af3207e717560a53c02c32bc8b (diff)
downloadtdebase-32f7a85c9df5f48a6c9b4d73f0323c490a6ae95f.tar.gz
tdebase-32f7a85c9df5f48a6c9b4d73f0323c490a6ae95f.zip
Create a Release Notes help handbook module, create a Release Notes link
in the Welcome to TDE handbook, and provide a run-once autostart mechanism.
Diffstat (limited to 'doc/releasenotes/CMakeLists.txt')
-rw-r--r--doc/releasenotes/CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/releasenotes/CMakeLists.txt b/doc/releasenotes/CMakeLists.txt
new file mode 100644
index 000000000..d4dcd347b
--- /dev/null
+++ b/doc/releasenotes/CMakeLists.txt
@@ -0,0 +1,11 @@
+#################################################
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+tde_create_handbook( DESTINATION khelpcenter/releasenotes )
+
+install( FILES release_notes.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} )