loleaflet/Makefile.am |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 9c74b8e14f97b215ef50b0071290b2610ea5b958
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Mon Mar 18 14:20:26 2019 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Mon Mar 18 14:20:26 2019 +0100

    put back po->json make rule
    
    Change-Id: Idbd45a48f3215f36b68e444a83c4eb07ea37e1bb

diff --git a/loleaflet/Makefile.am b/loleaflet/Makefile.am
index fdcbb59e0..5d3f735d6 100644
--- a/loleaflet/Makefile.am
+++ b/loleaflet/Makefile.am
@@ -291,6 +291,9 @@ $(builddir)/dist/l10n/%: $(srcdir)/l10n/%
        @mkdir -p $(dir $@)
        @cp $< $@
 
+$(builddir)/dist/l10n/%.json: $(srcdir)/po/%.po
+       @$(srcdir)/util/po2json.py $< -o $@
+
 $(builddir)/dist/admin/%: $(srcdir)/admin/%
        @mkdir -p $(dir $@)
        @cp $< $@
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to