summaryrefslogtreecommitdiffstats
path: root/templates/html/htmllayout.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmllayout.tpl')
-rw-r--r--templates/html/htmllayout.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/html/htmllayout.tpl b/templates/html/htmllayout.tpl
index e609214..9834f67 100644
--- a/templates/html/htmllayout.tpl
+++ b/templates/html/htmllayout.tpl
@@ -266,6 +266,13 @@
{% endfor %}
{% endif %}
+{# write html help index #}
+{% if config.GENERATE_HTMLHELP %}
+ {% encoding config.CHM_INDEX_ENCODING|default:'CP1250' %}
+ {% create 'index.hhp' from 'htmlhelpindexhhp.tpl' %}
+ {% endencoding %}
+{% endif %}
+
{# write the navigation tree data #}
{% if config.GENERATE_TREEVIEW %}
{% create 'navtreedata.js' from 'htmljsnavtree.tpl' %}