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