[Libreoffice-commits] help.git: Branch 'libreoffice-6-4' - CustomTarget_html.mk
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Fri Nov 22 10:37:23 UTC 2019
CustomTarget_html.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fee1c989724756b1a7a001a4a1964cd38c09b409
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Nov 14 13:50:32 2019 -0300
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Fri Nov 22 11:37:01 2019 +0100
Fix L10N of xapian templates
Change-Id: I23e3adc4a4232e9f9d998fa9f41951f7c530c335
Reviewed-on: https://gerrit.libreoffice.org/82721
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
(cherry picked from commit 4ad79a357b335ab87b0565ec18b3d17044ab502e)
Reviewed-on: https://gerrit.libreoffice.org/83448
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 67ee6db88..0a0f39dc1 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
More information about the Libreoffice-commits
mailing list