diff options
author | himajin100000 <himajin100000@gmail.com> | 2019-04-19 23:16:08 +0900 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-04-23 09:48:06 +0200 |
commit | 5c561c2f3744c5697ea6d25357f4223f0dbe977e (patch) | |
tree | a3e7913444edc8aaa3c8465181dcc89edf7c5645 /CustomTarget_html.mk | |
parent | 8a21dc1cc51f0363b33e59b5c34c74d5c6737f1e (diff) |
fix forgotten LANG->LANGUAGE
Change-Id: Idcfd73213452510f769854062d0916a3c871b548
Reviewed-on: https://gerrit.libreoffice.org/70982
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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)" \ |