summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-25 16:34:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-26 08:57:30 +0100
commit816190b7b0f0cb75782cd12fe2cd908fdaf819fa (patch)
tree4d8c1ce10b7cd4b3d43c59fcd7699e176a3df2a3 /postprocess
parent7df948695e5be0077fd9d7d8bc8e25072c345890 (diff)
remove extensions bitmaps from .src files
resulting in the removal of a updchk .res file Change-Id: I7a6f3601f25763253ba34590a1970ca8a042db23
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_images.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk
index fc4ddc10b93e..01c229fb2c1f 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -55,6 +55,7 @@ $(packimages_DIR)/sourceimagelist.ilst : \
$(SRCDIR)/chart2/inc/bitmaps.hlst \
$(SRCDIR)/dbaccess/inc/bitmaps.hlst \
$(SRCDIR)/desktop/inc/bitmaps.hlst \
+ $(SRCDIR)/extensions/inc/bitmaps.hlst \
$(SRCDIR)/sfx2/inc/bitmaps.hlst \
$(SRCDIR)/vcl/inc/bitmaps.hlst
grep res $^ | cut -d'"' -f2 | sed "s/^/%MODULE%\//" | sed "s/%MODULE%.res/%GLOBALRES%/g" > $@