[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [calligra] libs: Remove left-over for extraction messages from former libs/db
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2015-08-31 23:03:05
Message-ID: E1ZWY6T-0007Xp-46 () scm ! kde ! org
[Download RAW message or body]

Git commit adcf274309e4b520a3026492398e5747dfb930ae by Friedrich W. H. Kossebau.
Committed on 31/08/2015 at 22:35.
Pushed by kossebau into branch 'master'.

Remove left-over for extraction messages from former libs/db

M  +2    -3    libs/Messages.sh

http://commits.kde.org/calligra/adcf274309e4b520a3026492398e5747dfb930ae

diff --git a/libs/Messages.sh b/libs/Messages.sh
index fd8a7f1..e1dc791 100755
--- a/libs/Messages.sh
+++ b/libs/Messages.sh
@@ -1,9 +1,8 @@
 #! /bin/sh
 source ../calligra_xgettext.sh
 
-EXCLUDE="-path ./db/drivers/sqlite"
-LIST=`find . \( $EXCLUDE \) -prune -o \( -name \*.ui -o -name \*.rc \) -type f \
-print | grep -v -e '/\.'` +LIST=`find . \( -name \*.ui -o -name \*.rc \) -type f \
-print | grep -v -e '/\.'`  $EXTRACTRC $LIST >> rc.cpp
-LIST=`find . \( $EXCLUDE \) -prune -o \( -name \*.cpp -o -name \*.cc -o -name \*.h \
\) -type f -print | grep -v '/tests/' | grep -v -e '/\.'` +LIST=`find . \( -name \
\*.cpp -o -name \*.cc -o -name \*.h \) -type f -print | grep -v '/tests/' | grep -v \
-e '/\.'`  calligra_xgettext calligra.pot $LIST
 rm -f rc.cpp


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic