[Libreoffice-commits] online.git: loleaflet/Makefile
Andras Timar
andras.timar at collabora.com
Tue Nov 15 19:39:20 UTC 2016
loleaflet/Makefile | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a65f7d34d19761d60c9bc47492bb40d1dade03a6
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Nov 15 20:38:46 2016 +0100
loleaflet: add missing ui-bg_highlight-soft_100_eeeeee_1x100.png to dist
diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 0715080..fbb9adb 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -38,6 +38,8 @@ dist: all
rm -rf loleaflet-$(VERSION)
mkdir loleaflet-$(VERSION)
cp -ar dist loleaflet-$(VERSION)
+ mkdir -p loleaflet-$(VERSION)/dist/node_modules/jquery-ui/themes/ui-lightness/images/
+ cp -a node_modules/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png loleaflet-$(VERSION)/dist/node_modules/jquery-ui/themes/ui-lightness/images/
tar cfz loleaflet-$(VERSION).tar.gz loleaflet-$(VERSION)
rm -rf loleaflet-$(VERSION)
More information about the Libreoffice-commits
mailing list