Browse Source

Check every single python file in the directory for translations.

master
Julio Biason 14 years ago
parent
commit
9729639656
  1. 2
      makefile

2
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 {} \;

Loading…
Cancel
Save