diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-25 15:35:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-25 16:06:39 +0100 |
commit | 6c75ef5835bb6bb26e86e3d9f420cd46a36c9a8d (patch) | |
tree | 36144c6e44fc7611d87296ebb10a1389964334c9 /postprocess | |
parent | d7559de4f70afdf64dea3bfbf462f5f188da7d05 (diff) |
remove chart2 bitmaps from .src files
Change-Id: I8ae690b510e69df65e7383e38f054580b8a5ab9d
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_images.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index cb4c8e2fa175..e22de73f036c 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -52,6 +52,7 @@ $(packimages_DIR)/sourceimagelist.ilst : \ $(SRCDIR)/basctl/inc/bitmaps.hlst \ $(SRCDIR)/connectivity/inc/bitmaps.hlst \ $(SRCDIR)/cui/inc/bitmaps.hlst \ + $(SRCDIR)/chart2/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" > $@ |