From dd1df645b4fe0d33c640a12d1596f75bd68eb928 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 26 Apr 2017 15:55:24 +0100 Subject: remove svx bitmaps from .src files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie3795870484648e62dea483f9976af31cd1be167 Reviewed-on: https://gerrit.libreoffice.org/37006 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- postprocess/CustomTarget_images.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'postprocess/CustomTarget_images.mk') diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index 1f503ece96a1..a63f5e7aeb0c 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -65,6 +65,7 @@ $(packimages_DIR)/sourceimagelist.ilst : \ $(SRCDIR)/sd/inc/bitmaps.hlst \ $(SRCDIR)/sfx2/inc/bitmaps.hlst \ $(SRCDIR)/svtools/inc/bitmaps.hlst \ + $(SRCDIR)/svx/inc/bitmaps.hlst \ $(SRCDIR)/vcl/inc/bitmaps.hlst \ $(SRCDIR)/xmlsecurity/inc/bitmaps.hlst grep res $^ | cut -d'"' -f2 | sed "s/^/%MODULE%\//" | sed "s/%MODULE%.res/%GLOBALRES%/g" > $@ -- cgit