summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/khelpcenter/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/khelpcenter/CMakeLists.txt b/doc/khelpcenter/CMakeLists.txt
index 22e8c38a9..71b9a745f 100644
--- a/doc/khelpcenter/CMakeLists.txt
+++ b/doc/khelpcenter/CMakeLists.txt
@@ -9,6 +9,8 @@
#
#################################################
-tde_create_handbook( DESTINATION khelpcenter )
+tde_create_handbook(
+ FILES contact.docbook help.docbook index.docbook support.docbook welcome.docbook whatiskde.docbook
+ DESTINATION khelpcenter )
install( FILES konq.css DESTINATION ${HTML_INSTALL_DIR}/en/khelpcenter/konq.css )