rb@98: # rb@98: # Makefile for pymove3D rb@98: # rb@98: rb@98: # location for the pymove3d.py we use: rb@98: export PYTHONPATH=$(PWD) rb@98: rb@98: pylint: rb@98: pylint ./pymove3d.py rb@98: rb@98: pybabel_init: rb@98: pybabel extract -o ./translations/pymove3d.pot . rb@98: pybabel init -i ./translations/pymove3d.pot -d translations -l de rb@98: pybabel init -i ./translations/pymove3d.pot -d translations -l en rb@98: rb@98: pybabel_update: rb@98: pybabel extract -o ./translations/pymove3d.pot . rb@98: pybabel update -i ./translations/pymove3d.pot -d translations -l de rb@98: pybabel update -i ./translations/pymove3d.pot -d translations -l en rb@98: