From 77f10ed4230a4eb53084d151050cf9f01a0a7c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burkhard=20L=C3=BCck?= Date: Thu, 29 Jan 2009 08:39:55 +0000 Subject: [PATCH] make the documentation visible for our users in khelpcenter svn path=/trunk/KDE/kdesdk/doc/scripts/kdesvn-build/; revision=918093 --- doc/CMakeLists.txt | 3 +++ doc/kdesvn-build.desktop | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 doc/kdesvn-build.desktop diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index ac64649..72baced 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,2 +1,5 @@ ########### install files ############### kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en) + +install( FILES kdesvn-build.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) + diff --git a/doc/kdesvn-build.desktop b/doc/kdesvn-build.desktop new file mode 100644 index 0000000..5766146 --- /dev/null +++ b/doc/kdesvn-build.desktop @@ -0,0 +1,9 @@ +# KDE Config File +[Desktop Entry] +X-DocPath=kdesvn-build/index.html +Name=KDE SVN Build +Name[x-test]=xxKDE SVN Buildxx +Categories=Qt;KDE;Development; +Exec=kdialog --sorry "KDE SVN Build is a command-line only program. Please read the handbook at help:/kdesvn-build for more info." +Terminal=true +NoDisplay=true