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

New commits:
commit c00f3535fa620eb59f865ecccd867d91cfcfe353
Author: Andras Timar <andras.ti...@collabora.com>
Date:   Thu Apr 28 14:48:49 2016 +0200

    silence po2json.py

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index f6a9f07..6e3af48 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -19,9 +19,9 @@ dist: all
        rm -rf loleaflet-$(VERSION)
        mkdir loleaflet-$(VERSION)
        cp -ar dist loleaflet-$(VERSION)
-       util/po2json.py po/*.po
+       util/po2json.py --quiet po/*.po
        mv po/*.json loleaflet-$(VERSION)/dist/l10n
-       util/po2json.py po/styles/*.po
+       util/po2json.py --quiet po/styles/*.po
        mkdir -p loleaflet-$(VERSION)/dist/l10n/styles/
        mv po/styles/*.json loleaflet-$(VERSION)/dist/l10n/styles/
        tar cfz loleaflet-$(VERSION).tar.gz loleaflet-$(VERSION)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to