From 3cb720e586e9956697d03897bf815e318950d86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 6 Mar 2008 22:33:11 +0100 Subject: Update createpot.sh --- createpot.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'createpot.sh') diff --git a/createpot.sh b/createpot.sh index 8c73f76..ae2db3b 100755 --- a/createpot.sh +++ b/createpot.sh @@ -3,7 +3,6 @@ # Create the .pot file # Thanks to porthole for inspiration ;) -files=$(find -name "*.py") -xgettext -k_ -kN_ -L glade -o i18n/messages.pot portato/gui/templates/portato.glade -xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $files +xgettext -k_ -kN_ -L glade -o i18n/messages.pot $(find -name "*.glade") +xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $(find -name "*.py") -- cgit v1.2.3