loleaflet/Makefile |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 73be5c3f50a8fbc1ddae68bcba2c91e228a432d2
Author: Mihai Varga <mihai.va...@collabora.com>
Date:   Fri Dec 4 12:14:22 2015 +0200

    loleaflet: also pack the test files and some nodejs modules

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 7423327..4261f93 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -18,7 +18,11 @@ dist: all
        mkdir loleaflet-$(VERSION)
        cp README loleaflet-$(VERSION)
        cp reference.html loleaflet-$(VERSION)
-       tar cf - dist plugins/draw-$(DRAW_VERSION)/dist debug/document 
src/scrollbar docs | (cd loleaflet-$(VERSION) && tar xf -)
+       tar cf - dist plugins/draw-$(DRAW_VERSION)/dist debug/document 
src/scrollbar docs spec \
+               node_modules/mocha/mocha.css \
+               node_modules/mocha/mocha.js \
+               node_modules/happen/happen.js \
+               | (cd loleaflet-$(VERSION) && tar xf -)
        tar cfz loleaflet-$(VERSION).tar.gz loleaflet-$(VERSION)
        rm -rf loleaflet-$(VERSION)
 
commit e1cca3dd7ed509a8dceb1efdaee050856ccc0102
Author: Mihai Varga <mihai.va...@collabora.com>
Date:   Fri Dec 4 10:50:09 2015 +0200

    loleaflet: bump version after tarball

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index f48e8b6..7423327 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
 # ("micro") part: Between releases odd, even for releases (no other
 # changes inbetween).
 
-VERSION=1.4.18
+VERSION=1.4.19
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
commit f662a89f4ea6748df38bf416c845d2e9d4588875
Author: Mihai Varga <mihai.va...@collabora.com>
Date:   Fri Dec 4 10:45:32 2015 +0200

    loleaflet: bump version before tarball

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 6eab4b4..f48e8b6 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
 # ("micro") part: Between releases odd, even for releases (no other
 # changes inbetween).
 
-VERSION=1.4.17
+VERSION=1.4.18
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to