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

New commits:
commit 5c561c2f3744c5697ea6d25357f4223f0dbe977e
Author:     himajin100000 <himajin100...@gmail.com>
AuthorDate: Fri Apr 19 23:16:08 2019 +0900
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Apr 23 09:48:06 2019 +0200

    fix forgotten LANG->LANGUAGE
    
    Change-Id: Idcfd73213452510f769854062d0916a3c871b548
    Reviewed-on: https://gerrit.libreoffice.org/70982
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 42ff2afee..3b2c8982c 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -114,7 +114,7 @@ $(call 
gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/contents.part : \
        $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),XSL,1)
        $(call gb_Helper_abbreviate_dirs,\
                $(call gb_ExternalExecutable_get_command,xsltproc) \
-                       --stringparam lang $(LANG) \
+                       --stringparam lang $(LANGUAGE) \
                        --stringparam local $(if $(HELP_ONLINE),'no','yes') \
                        --stringparam module $(MODULE) \
                        --stringparam productname "$(PRODUCTNAME)" \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to