diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-25 21:03:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 09:59:38 +0200 |
commit | ff77597f53bd72420dce0f0c43ad6687c0ae3342 (patch) | |
tree | 0831f0ceec431eb4b49aa88dcd162a185bde1632 /postprocess | |
parent | 816190b7b0f0cb75782cd12fe2cd908fdaf819fa (diff) |
remove filter bitmaps from .src files
Change-Id: I3e1ee8ab50426cdeaf455e59179fb6d34c97d4a3
Reviewed-on: https://gerrit.libreoffice.org/36963
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 01c229fb2c1f..8e9aece9297e 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -56,6 +56,7 @@ $(packimages_DIR)/sourceimagelist.ilst : \ $(SRCDIR)/dbaccess/inc/bitmaps.hlst \ $(SRCDIR)/desktop/inc/bitmaps.hlst \ $(SRCDIR)/extensions/inc/bitmaps.hlst \ + $(SRCDIR)/filter/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" > $@ |