summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/en/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 05dd15e..6e5b651 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8 )
#### general package setup
-project( kcmautostart )
+project( autostart )
set( VERSION R14.1.0 )
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt
index 6c50013..ba3ef3e 100644
--- a/doc/en/CMakeLists.txt
+++ b/doc/en/CMakeLists.txt
@@ -1 +1 @@
-tde_create_handbook( DESTINATION autostart )
+tde_create_handbook( DESTINATION ${PROJECT_NAME} )