diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-14 13:50:32 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-22 11:37:01 +0100 |
commit | fee1c989724756b1a7a001a4a1964cd38c09b409 (patch) | |
tree | 1daf6895ba9a64a51e111c2d08b81bf0ee747bed /CustomTarget_html.mk | |
parent | 69ff0a1d2a16290e9d1549dd6bf3049cf0ad719e (diff) |
Fix L10N of xapian templates
Change-Id: I23e3adc4a4232e9f9d998fa9f41951f7c530c335
Reviewed-on: https://gerrit.libreoffice.org/82721
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 4ad79a357b335ab87b0565ec18b3d17044ab502e)
Reviewed-on: https://gerrit.libreoffice.org/83448
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 67ee6db883..0a0f39dc19 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -69,7 +69,7 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/xap_tpl : \ --stringparam productversion "$(PRODUCTVERSION)" \ -o $@ \ $(SRCDIR)/helpcontent2/help3xsl/xap_templ_query.xsl \ - $(SRCDIR)/helpcontent2/source/text/shared/help/browserhelp.xhp \ + $(if $(filter en-US,$*),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$*))/helpcontent2/source/text/shared/help/browserhelp.xhp \ ) endif |