diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-14 09:43:27 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-14 21:13:15 +0200 |
commit | 242a6bbefc4c8561fb4355329a0a043803e515d9 (patch) | |
tree | e9329dbb8bbd05f780418aa772a417c3cd8d6793 /CustomTarget_html.mk | |
parent | 404ff19a22ea45cc7b84e5a6874beca8949ca165 (diff) |
More work on Xapian result page
Added module dropdown fix
TODO: Language
Change-Id: I47012d6280694d87fb5d19e25c6052b8a7ed89c7
Reviewed-on: https://gerrit.libreoffice.org/80771
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index e43c17a48a..67ee6db883 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -65,6 +65,8 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/xap_tpl : \ $(call gb_Helper_abbreviate_dirs,\ $(call gb_ExternalExecutable_get_command,xsltproc) \ --stringparam lang $* \ + --stringparam productname "$(PRODUCTNAME)" \ + --stringparam productversion "$(PRODUCTVERSION)" \ -o $@ \ $(SRCDIR)/helpcontent2/help3xsl/xap_templ_query.xsl \ $(SRCDIR)/helpcontent2/source/text/shared/help/browserhelp.xhp \ |