# locale/XX/LC_MESSAGES/asrun.mo : lien vers asrun.XX.mo
sources = $(shell find ../asrun -name '*.py')

messages.pot: $(sources)
	(cd . ; pygettext -o $@ ../asrun)


