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-14 21:47:29 +0100 |
commit | 4ad79a357b335ab87b0565ec18b3d17044ab502e (patch) | |
tree | 660293c9491c5589a8b896bbf13b055558d9dc09 /CustomTarget_html.mk | |
parent | 2647b00f50bee666a7e23bb5f8471269d03b41c9 (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>
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 |