Makefile
changeset 232 ec1bb552ce55
parent 155 8651d8ab829a
child 1040 ee422f2e89c1
     1.1 --- a/Makefile	Fri Apr 18 16:27:01 2014 +0200
     1.2 +++ b/Makefile	Mon May 05 10:04:09 2014 +0200
     1.3 @@ -1,22 +1,22 @@
     1.4  #
     1.5 -# Makefile for pymove3D
     1.6 +# Makefile for eskp
     1.7  #
     1.8  
     1.9 -# location for the pymove3d.py we use:
    1.10 +# location for the eskp.py we use:
    1.11  export PYTHONPATH=$(PWD)
    1.12  
    1.13  pylint:
    1.14 -	pylint ./pymove3d.py
    1.15 +	pylint ./eskp.py
    1.16  
    1.17  pybabel_init:
    1.18 -	pybabel extract -o ./translations/pymove3d.pot .
    1.19 -	pybabel init -i ./translations/pymove3d.pot -d translations -l de
    1.20 -	pybabel init -i ./translations/pymove3d.pot -d translations -l en
    1.21 +	pybabel extract -o ./translations/eskp.pot .
    1.22 +	pybabel init -i ./translations/eskp.pot -d translations -l de
    1.23 +	pybabel init -i ./translations/eskp.pot -d translations -l en
    1.24  
    1.25  pybabel_update:
    1.26 -	pybabel extract -o ./translations/pymove3d.pot .
    1.27 -	pybabel update -i ./translations/pymove3d.pot -d translations -l de
    1.28 -	pybabel update -i ./translations/pymove3d.pot -d translations -l en
    1.29 +	pybabel extract -o ./translations/eskp.pot .
    1.30 +	pybabel update -i ./translations/eskp.pot -d translations -l de
    1.31 +	pybabel update -i ./translations/eskp.pot -d translations -l en
    1.32  
    1.33  msgfmt:
    1.34  	msgfmt --strict ./translations/de/LC_MESSAGES/messages.po -o ./translations/de/LC_MESSAGES/messages.mo
Impressum Datenschutzerklärung