Makefile
author Stefania Trabucchi <info@trabucchi.de>
Sat, 18 Jan 2014 15:26:40 +0100
changeset 128 49db24c6bbc2
parent 98 096c748b438a
child 155 8651d8ab829a
permissions -rw-r--r--
copyright imahes added
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
Impressum Datenschutzerklärung