diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-11-04 12:57:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-11-04 13:00:12 +0100 |
commit | 15deec972f2ea1e2076a74c4d206b49967c68844 (patch) | |
tree | 56e8f78d25c5e1cce97b7dc2c715a98253aa3713 /CustomTarget_imagelist.mk | |
parent | 7488c63b40d151384e8aae67f78d804962e99c99 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'CustomTarget_imagelist.mk')
-rw-r--r-- | CustomTarget_imagelist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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} \ |