diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 20:48:29 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 20:48:29 -0600 |
commit | b415f1f1f41873febdad7448ad04648a148b1ad5 (patch) | |
tree | ab0494cc704ab16edba6a82d8d583c4204b28722 | |
parent | b56eefda489679a42d8e6c59372cdc9ff5c0522e (diff) | |
download | tdepim-b415f1f1f41873febdad7448ad04648a148b1ad5.tar.gz tdepim-b415f1f1f41873febdad7448ad04648a148b1ad5.zip |
Prevent non-existent help handbook from populating the main handbook table of contents.
-rw-r--r-- | kmobile/kmobile.desktop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/kmobile/kmobile.desktop b/kmobile/kmobile.desktop index c9242c8cb..0ca0adf59 100644 --- a/kmobile/kmobile.desktop +++ b/kmobile/kmobile.desktop @@ -2,7 +2,13 @@ Exec=kmobile Icon=kmobile Type=Application -DocPath=kmobile/kmobile.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=kmobile/kmobile.html Terminal=false Name=KMobile |