diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 18:27:28 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 18:27:28 -0600 |
commit | 70b8d3b450431de9950eec1cf3da5826bb4fd8ea (patch) | |
tree | 514430fcb7015c507b3f7401c33cbdaa1f198ecc | |
parent | eff7b4a10ad5c2da31fe7a25c0bd6ace691f6e44 (diff) | |
download | tdeaddons-70b8d3b450431de9950eec1cf3da5826bb4fd8ea.tar.gz tdeaddons-70b8d3b450431de9950eec1cf3da5826bb4fd8ea.zip |
Prevent non-existent help handbook from populating the main handbook table of contents.
-rw-r--r-- | konq-plugins/arkplugin/arkplugin.desktop | 8 | ||||
-rw-r--r-- | konq-plugins/rsync/rsyncplugin.desktop | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/konq-plugins/arkplugin/arkplugin.desktop b/konq-plugins/arkplugin/arkplugin.desktop index 25906d6..2457b6c 100644 --- a/konq-plugins/arkplugin/arkplugin.desktop +++ b/konq-plugins/arkplugin/arkplugin.desktop @@ -56,4 +56,10 @@ Name[zh_CN]=用 Ark 压缩/解压文件 Name[zh_TW]=以 Ark 壓縮/解壓縮檔案 Icon=ark X-TDE-ParentApp=konqueror -#DocPath=konq-plugins/arkplugin/index.html +# Restore the following key and remove this comment when a help handbook +# is written. Disabling this key prevents populating the main handbook +# table of contents with a non-existent document, which results in a +# main handbook error message of +# 'There is no documentation available for /xyz/index.html.' +# Also disable this key when there exists only a useless template handbook. +# DocPath=konq-plugins/arkplugin/index.html diff --git a/konq-plugins/rsync/rsyncplugin.desktop b/konq-plugins/rsync/rsyncplugin.desktop index 0251090..04be1b0 100644 --- a/konq-plugins/rsync/rsyncplugin.desktop +++ b/konq-plugins/rsync/rsyncplugin.desktop @@ -12,4 +12,10 @@ Name=Remote Folder Synchronization Plugin Comment=Remote folder synchronization plugin Icon=remotesync X-TDE-ParentApp=konqueror -DocPath=konq-plugins/rsync/index.html +# Restore the following key and remove this comment when a help handbook +# is written. Disabling this key prevents populating the main handbook +# table of contents with a non-existent document, which results in a +# main handbook error message of +# 'There is no documentation available for /xyz/index.html.' +# Also disable this key when there exists only a useless template handbook. +# DocPath=konq-plugins/rsync/index.html |