Make makefile a bit more generic
This commit is contained in:
parent
81cc446b90
commit
1848d73498
4
Makefile
4
Makefile
@ -102,10 +102,10 @@ po/messages.pot: relational.py relational/*.py relational_readline/*.py relation
|
||||
relational/*.py
|
||||
|
||||
po/it.po: po/messages.pot
|
||||
msgmerge --update po/it.po po/messages.pot
|
||||
msgmerge --update $@ po/messages.pot
|
||||
|
||||
po/it.mo: po/it.po
|
||||
msgfmt po/it.po --output-file po/it.mo
|
||||
msgfmt po/it.po --output-file $@
|
||||
|
||||
.PHONY: translations
|
||||
translations: po/it.mo
|
||||
|
Loading…
Reference in New Issue
Block a user