[Libreoffice-commits] help.git: CustomTarget_html.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Apr 23 07:48:27 UTC 2019


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

New commits:
commit 5c561c2f3744c5697ea6d25357f4223f0dbe977e
Author:     himajin100000 <himajin100000 at gmail.com>
AuthorDate: Fri Apr 19 23:16:08 2019 +0900
Commit:     Stephan Bergmann <sbergman at 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 <sbergman at 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)" \


More information about the Libreoffice-commits mailing list