From d082936c7a2c3fd6a8784fa5a626f545ec904b42 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Tue, 30 Aug 2016 22:31:08 +0200 Subject: Allow including/packaging help-specific images from other than icon-themes folder Change-Id: Iba1808e642fde8d0370b59550c7bdac1a3e4ac79 Reviewed-on: https://gerrit.libreoffice.org/28513 Reviewed-by: jan iversen Tested-by: jan iversen Reviewed-by: Olivier Hallot --- postprocess/CustomTarget_images.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'postprocess') diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index ecfbe963a5da..def511bc4940 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -30,6 +30,7 @@ $(packimages_DIR)/%.zip : \ $(SRCDIR)/sfx2/source/sidebar/sidebar.ilst \ $(SRCDIR)/vcl/source/control/throbber.ilst \ $(call gb_Helper_optional,HELP,$(helpimages_DIR)/helpimg.ilst) \ + $(call gb_Helper_optional,HELP,$(helpimages_DIR)/screenshotimg.ilst) \ $(call gb_Helper_optional,DBCONNECTIVITY,$(if $(ENABLE_JAVA),$(SRCDIR)/connectivity/source/drivers/hsqldb/hsqlui.ilst)) \ $(call gb_Helper_get_imagelists) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2) @@ -41,6 +42,7 @@ $(packimages_DIR)/%.zip : \ -g $(SRCDIR)/icon-themes/$(subst images_,,$*) -m $(SRCDIR)/icon-themes/$(subst images_,,$*) -c $(SRCDIR)/icon-themes/$(subst images_,,$*) \ ) \ $(INDUSTRIAL_FALLBACK) \ + $(call gb_Helper_optional,HELP,-e $(SRCDIR)/helpcontent2/source) \ -l $${ILSTFILE} \ -s $< -o $@ \ $(if $(findstring s,$(MAKEFLAGS)),> /dev/null) && \ -- cgit