summaryrefslogtreecommitdiffstats
path: root/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 /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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f94cd3c03..f061a365d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -272,7 +272,7 @@ tde_conditional_add_subdirectory( BUILD_TQT3INTEGRATION tqt3integration )
if( BUILD_STARTTDE )
install( PROGRAMS starttde DESTINATION ${BIN_INSTALL_DIR} )
- install( PROGRAMS migratekde3 r14-xdg-update DESTINATION ${BIN_INSTALL_DIR} )
+ install( PROGRAMS migratekde3 r14-xdg-update release_notes DESTINATION ${BIN_INSTALL_DIR} )
endif()