diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 19:09:17 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-14 19:09:17 -0600 |
commit | 7360fb0ba86853be5062ba552134044a6a0338d8 (patch) | |
tree | f21eff6557b7ee27c8f3764539e1cd347493089e | |
parent | 689f0e874fe3a047137247315a34c05a82263c81 (diff) | |
download | tdegames-7360fb0ba86853be5062ba552134044a6a0338d8.tar.gz tdegames-7360fb0ba86853be5062ba552134044a6a0338d8.zip |
Prevent non-existent help handbook from populating the main handbook table of contents.
-rw-r--r-- | knetwalk/src/knetwalk.desktop | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/knetwalk/src/knetwalk.desktop b/knetwalk/src/knetwalk.desktop index 24b9fa60..b27289bf 100644 --- a/knetwalk/src/knetwalk.desktop +++ b/knetwalk/src/knetwalk.desktop @@ -1,7 +1,13 @@ [Desktop Entry] Type=Application Exec=knetwalk -caption "%c" %i %m -DocPath=knetwalk/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=knetwalk/index.html Name=KNetwalk Name[bn]=কে-নেটওয়াক Name[fi]=KNetwalk |