[Libreoffice-commits] online.git: loleaflet/Makefile
Andras Timar
andras.timar at collabora.com
Thu Apr 28 12:49:29 UTC 2016
loleaflet/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c00f3535fa620eb59f865ecccd867d91cfcfe353
Author: Andras Timar <andras.timar at 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)
More information about the Libreoffice-commits
mailing list