From 15deec972f2ea1e2076a74c4d206b49967c68844 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 4 Nov 2021 12:57:40 +0100 Subject: Adapt helpcontent2 to var2file rename ...in core commit 3829c0c7db8768ca05f148e8f5c271ddb56d5bae "Resolves: tdf#97046 ensure build system variables start with gb_" Change-Id: I2d9f579921843dbfb55efde492ea19abb3c6782e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124682 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- CustomTarget_imagelist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CustomTarget_imagelist.mk') diff --git a/CustomTarget_imagelist.mk b/CustomTarget_imagelist.mk index 06225f121c..86350a530d 100644 --- a/CustomTarget_imagelist.mk +++ b/CustomTarget_imagelist.mk @@ -21,7 +21,7 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/images_helpimg | $(call gb_ExternalExecutable_get_dependencies,python) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1) $(call gb_Helper_abbreviate_dirs, \ - ILSTFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,$(filter %.ilst,$^)) && \ + ILSTFILE=$(call gb_var2file,$(shell $(gb_MKTEMP)),100,$(filter %.ilst,$^)) && \ $(call gb_ExternalExecutable_get_command,python) $(SRCDIR)/solenv/bin/pack_images.py \ -g $(helpmedia_DIR) -m $(helpmedia_DIR) -c $(helpmedia_DIR) \ -l $${ILSTFILE} \ -- cgit