Makefile
author Peter Koppatz <peter@koppatz.com>
Sun, 19 Jan 2014 21:34:36 +0100
changeset 188 104211ae0ffa
parent 155 8651d8ab829a
child 232 ec1bb552ce55
permissions -rw-r--r--
W3C errrors
rb@98
     1
#
rb@98
     2
# Makefile for pymove3D
rb@98
     3
#
rb@98
     4
rb@98
     5
# location for the pymove3d.py we use:
rb@98
     6
export PYTHONPATH=$(PWD)
rb@98
     7
rb@98
     8
pylint:
rb@98
     9
	pylint ./pymove3d.py
rb@98
    10
rb@98
    11
pybabel_init:
rb@98
    12
	pybabel extract -o ./translations/pymove3d.pot .
rb@98
    13
	pybabel init -i ./translations/pymove3d.pot -d translations -l de
rb@98
    14
	pybabel init -i ./translations/pymove3d.pot -d translations -l en
rb@98
    15
rb@98
    16
pybabel_update:
rb@98
    17
	pybabel extract -o ./translations/pymove3d.pot .
rb@98
    18
	pybabel update -i ./translations/pymove3d.pot -d translations -l de
rb@98
    19
	pybabel update -i ./translations/pymove3d.pot -d translations -l en
rb@98
    20
rb@155
    21
msgfmt:
rb@155
    22
	msgfmt --strict ./translations/de/LC_MESSAGES/messages.po -o ./translations/de/LC_MESSAGES/messages.mo
rb@155
    23
	
Impressum Datenschutzerklärung