From 5c561c2f3744c5697ea6d25357f4223f0dbe977e Mon Sep 17 00:00:00 2001 From: himajin100000 Date: Fri, 19 Apr 2019 23:16:08 +0900 Subject: fix forgotten LANG->LANGUAGE Change-Id: Idcfd73213452510f769854062d0916a3c871b548 Reviewed-on: https://gerrit.libreoffice.org/70982 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- CustomTarget_html.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CustomTarget_html.mk') diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 42ff2afee7..3b2c8982c2 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)" \ -- cgit