From 97296396567e83660349622ef89585837113f912 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 8 Apr 2010 17:07:55 -0300 Subject: [PATCH] Check every single python file in the directory for translations. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ba05013..cb21d4b 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ doc: make html pot: - xgettext --language=Python --keyword=_ --keyword=N_ --output=i18n/mitter.pot mitter mitterlib/ui/ui_pygtk.py mitterlib/network/twitter.py + xgettext --language=Python --keyword=_ --keyword=N_ --output=i18n/mitter.pot mitter `find . -name '*.py'` check: find . -name '*.py' -exec pyflakes {} \;