canaille-globuzma/Makefile

9 lines
201 B
Makefile
Raw Normal View History

build:
python3 setup.py compile_catalog
python3 setup.py sdist bdist_wheel
init_i18n:
python3 setup.py extract_messages
python3 setup.py init_catalog --locale fr
2022-05-06 10:45:22 +00:00
python3 setup.py compile_catalog