diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-25 21:19:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 10:01:56 +0200 |
commit | e8a76aa83e156bd2c79aed655200c4d6d708d689 (patch) | |
tree | 175153ca48141dba5320c0c5fa546218b4cefd16 /postprocess | |
parent | 9b0fb3f6cae0f8e86840e476ea1a55355896bede (diff) |
remove fpicker bitmaps from .src files
Change-Id: Ice75bf15e509869bb7e8344381595838918acd81
Reviewed-on: https://gerrit.libreoffice.org/36965
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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 982fd8e1c888..17d27b1a483b 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -58,6 +58,7 @@ $(packimages_DIR)/sourceimagelist.ilst : \ $(SRCDIR)/extensions/inc/bitmaps.hlst \ $(SRCDIR)/filter/inc/bitmaps.hlst \ $(SRCDIR)/formula/inc/bitmaps.hlst \ + $(SRCDIR)/fpicker/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" > $@ |