diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-15 14:16:26 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-16 13:39:12 +0200 |
commit | b7e8a3e4156358d79826eab13054ae16408cbb34 (patch) | |
tree | 9d914e0d9ea511c0a77a9bc939d4a68f3246061a /postprocess | |
parent | 50d87e5ae2a1d8f07220c4f4f1177896bd4412b6 (diff) |
add missing dep on helpimg.ilst
Change-Id: I051bbc0c3689d0111c9abecf2c74ab2c1afec7cc
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_images.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index 31591b2d4589..1533fd56d9e7 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -46,6 +46,7 @@ $(eval $(call gb_CustomTarget_register_targets,postprocess/images,\ $(packimages_DIR)/images.zip : \ $(packimages_DIR)/sorted.lst \ $(packimages_DIR)/commandimagelist.ilst \ + $(call gb_Helper_optional,HELP,$(helpimages_DIR)/helpimg.ilst) \ $(call gb_Postprocess_get_target,AllResources) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2) $(call gb_Helper_abbreviate_dirs, \ @@ -58,6 +59,7 @@ $(packimages_DIR)/images.zip : \ $(packimages_DIR)/images_%.zip : \ $(packimages_DIR)/sorted.lst \ $(packimages_DIR)/commandimagelist.ilst \ + $(call gb_Helper_optional,HELP,$(helpimages_DIR)/helpimg.ilst) \ $(call gb_Postprocess_get_target,AllResources) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2) $(call gb_Helper_abbreviate_dirs, \ |