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

Michael Stahl mstahl at redhat.com
Fri Sep 29 14:33:47 UTC 2017


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

New commits:
commit 9ff4dd9cbd323794e72d08e297b59cc09d1abbe0
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Sep 29 16:31:32 2017 +0200

    helpcontent2: fix build, use pack_images.py
    
    Change-Id: Ie96d42c895daca558a716bd234143016318d3b5c

diff --git a/CustomTarget_imagelist.mk b/CustomTarget_imagelist.mk
index 605b12aa3..f0710e682 100644
--- a/CustomTarget_imagelist.mk
+++ b/CustomTarget_imagelist.mk
@@ -23,7 +23,7 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)/images_helpimg
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,1)
 	$(call gb_Helper_abbreviate_dirs, \
 		ILSTFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,$(filter %.ilst,$^)) && \
-		$(PERL) $(SRCDIR)/solenv/bin/packimages.pl \
+		$(PYTHON) $(SRCDIR)/solenv/bin/pack_images.py \
 			-g $(helpmedia_DIR) -m $(helpmedia_DIR) -c $(helpmedia_DIR) \
 			-l $${ILSTFILE} \
 			-s $< -o $@ \


More information about the Libreoffice-commits mailing list