diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-25 21:10:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 10:00:49 +0200 |
commit | 9b0fb3f6cae0f8e86840e476ea1a55355896bede (patch) | |
tree | d0dadde739e63c2b1c9d2c88b088df00a43c78ee /postprocess | |
parent | ff77597f53bd72420dce0f0c43ad6687c0ae3342 (diff) |
remove formula bitmaps from .src files
Change-Id: If1f43c9ff969c12b87999424b6e4be8390307c8f
Reviewed-on: https://gerrit.libreoffice.org/36964
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 8e9aece9297e..982fd8e1c888 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -57,6 +57,7 @@ $(packimages_DIR)/sourceimagelist.ilst : \ $(SRCDIR)/desktop/inc/bitmaps.hlst \ $(SRCDIR)/extensions/inc/bitmaps.hlst \ $(SRCDIR)/filter/inc/bitmaps.hlst \ + $(SRCDIR)/formula/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" > $@ |