[Libreoffice-commits] online.git: loleaflet/Makefile

Pranav Kant pranavk at collabora.co.uk
Wed Sep 21 08:15:00 UTC 2016


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

New commits:
commit c2f0b84dd1871913e797c74fcb58b6388eb592d5
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Wed Sep 21 13:14:52 2016 +0530

    loleaflet: Don't try to delete .pot files
    
    The behavior has changed to include .pot files in git as well in
    7839aecac6a9715294eb56f8bbe2e522668ae4d1
    
    So, don't try to delete these .pot files now
    
    Change-Id: I6f5d015596ff1f2d98adca426b1458f66bc7d4b4
    Reviewed-on: https://gerrit.libreoffice.org/29130
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index e4b1ac6..1a4d7e5 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -62,8 +62,6 @@ pot:
 l10n: pot
 	for i in po/ui-*.po; do pot2po --input=po/templates/loleaflet-ui.pot --template=$$i --output=$$i.new; mv $$i.new $$i;done
 	for i in po/help-*.po; do pot2po --input=po/templates/loleaflet-help.pot --template=$$i --output=$$i.new; mv $$i.new $$i;done
-	rm po/loleaflet-ui.pot
-	rm po/loleaflet-help.pot
 
 spec/data/load-test:
 	if [ ! -d spec/data/load_test ]; then \


More information about the Libreoffice-commits mailing list