From bd644060ced899663d8b00dd237a8df6e729756e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 19 Jan 2014 11:04:43 -0600 Subject: Prevent non-existent help handbook from populating the main handbook table of contents. --- systemsettings/systemsettings.desktop | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/systemsettings/systemsettings.desktop b/systemsettings/systemsettings.desktop index 8199a1d..7b41b94 100644 --- a/systemsettings/systemsettings.desktop +++ b/systemsettings/systemsettings.desktop @@ -3,7 +3,13 @@ Encoding=UTF-8 Exec=systemsettings -caption "%c" %i %m Icon=systemsettings Type=Application -DocPath=systemsettings/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=systemsettings/index.html X-TDE-StartupNotify=true Name=System Settings -- cgit v1.2.1