CustomTarget_html.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4ad79a357b335ab87b0565ec18b3d17044ab502e
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Nov 14 13:50:32 2019 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Nov 14 21:47:29 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.hal...@libreoffice.org>

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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to