all:
	@echo Available targets:
	@echo  pot - generate translations template

.PHONY: pot mo


pot:
	python setup.py build_pot -N

mo:
	python setup.py build_mo -f
