diff -r 63405034e061 -r ec1bb552ce55 Makefile --- a/Makefile Fri Apr 18 16:27:01 2014 +0200 +++ b/Makefile Mon May 05 10:04:09 2014 +0200 @@ -1,22 +1,22 @@ # -# Makefile for pymove3D +# Makefile for eskp # -# location for the pymove3d.py we use: +# location for the eskp.py we use: export PYTHONPATH=$(PWD) pylint: - pylint ./pymove3d.py + pylint ./eskp.py pybabel_init: - pybabel extract -o ./translations/pymove3d.pot . - pybabel init -i ./translations/pymove3d.pot -d translations -l de - pybabel init -i ./translations/pymove3d.pot -d translations -l en + pybabel extract -o ./translations/eskp.pot . + pybabel init -i ./translations/eskp.pot -d translations -l de + pybabel init -i ./translations/eskp.pot -d translations -l en pybabel_update: - pybabel extract -o ./translations/pymove3d.pot . - pybabel update -i ./translations/pymove3d.pot -d translations -l de - pybabel update -i ./translations/pymove3d.pot -d translations -l en + pybabel extract -o ./translations/eskp.pot . + pybabel update -i ./translations/eskp.pot -d translations -l de + pybabel update -i ./translations/eskp.pot -d translations -l en msgfmt: msgfmt --strict ./translations/de/LC_MESSAGES/messages.po -o ./translations/de/LC_MESSAGES/messages.mo