Makefile
author Reimar Bauer <rb.proj AT googlemail DOT com>
Sun, 19 Jan 2014 12:30:28 +0100
changeset 163 c87c8fe6c9bf
parent 155 8651d8ab829a
child 232 ec1bb552ce55
permissions -rw-r--r--
imprint imports content from a rst file
     1 #
     2 # Makefile for pymove3D
     3 #
     4 
     5 # location for the pymove3d.py we use:
     6 export PYTHONPATH=$(PWD)
     7 
     8 pylint:
     9 	pylint ./pymove3d.py
    10 
    11 pybabel_init:
    12 	pybabel extract -o ./translations/pymove3d.pot .
    13 	pybabel init -i ./translations/pymove3d.pot -d translations -l de
    14 	pybabel init -i ./translations/pymove3d.pot -d translations -l en
    15 
    16 pybabel_update:
    17 	pybabel extract -o ./translations/pymove3d.pot .
    18 	pybabel update -i ./translations/pymove3d.pot -d translations -l de
    19 	pybabel update -i ./translations/pymove3d.pot -d translations -l en
    20 
    21 msgfmt:
    22 	msgfmt --strict ./translations/de/LC_MESSAGES/messages.po -o ./translations/de/LC_MESSAGES/messages.mo
    23 	
Impressum Datenschutzerklärung