summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-04-04 05:31:45 -0700
committerAndras Timar <atimar@suse.com>2013-04-04 05:32:30 -0700
commit974e18faea7b220677c86ee3c6ba41534ef33c5a (patch)
treef5218189bd6b41f3567ab6784bbab54d21e1a3f8 /postprocess
parent1a15ba78c8abf1c9df09163c9b1dad1361ee3f29 (diff)
postprocess: pack help images, too
Change-Id: Ib8bafe50c91f2a6098b166a93035acacbd4070ae
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_images.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk
index 965d3f6a0987..1555b1ac08b3 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -28,6 +28,7 @@
$(eval $(call gb_CustomTarget_CustomTarget,postprocess/images))
packimages_DIR := $(call gb_CustomTarget_get_workdir,postprocess/images)
+helpimages_DIR := $(call gb_CustomTarget_get_workdir,helpcontent2/source/auxiliary)
# Custom sets, at 24x24 & 16x16 fall-back to Tango preferentially
# (Tango fallbacks to Industrial for the missing icons)
@@ -50,6 +51,7 @@ $(packimages_DIR)/images.zip : \
$(call gb_Helper_abbreviate_dirs, \
$(PERL) $(SOLARENV)/bin/packimages.pl -g $(SRCDIR)/icon-themes/galaxy \
-m $(SRCDIR)/icon-themes/galaxy -c $(packimages_DIR) \
+ $(call gb_Helper_optional,HELP,-l $(helpimages_DIR) ) \
-l $(packimages_DIR) -l $(dir $(call gb_ResTarget_get_imagelist_target)) -s $< -o $@ \
$(if $(findstring s,$(MAKEFLAGS)),> /dev/null))
@@ -62,6 +64,7 @@ $(packimages_DIR)/images_%.zip : \
$(PERL) $(SOLARENV)/bin/packimages.pl -g $(SRCDIR)/icon-themes/galaxy \
-m $(SRCDIR)/icon-themes/galaxy -c $(SRCDIR)/icon-themes/$* \
$(packimages_CUSTOM_FALLBACK_1) $(packimages_CUSTOM_FALLBACK_2) \
+ $(call gb_Helper_optional,HELP,-l $(helpimages_DIR) ) \
-l $(packimages_DIR) -l $(dir $(call gb_ResTarget_get_imagelist_target)) -s $< -o $@ \
$(if $(findstring s,$(MAKEFLAGS)),> /dev/null))