Make makefile a bit more generic

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2020-10-24 18:25:01 +02:00
parent 81cc446b90
commit 1848d73498
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF

View File

@ -102,10 +102,10 @@ po/messages.pot: relational.py relational/*.py relational_readline/*.py relation
relational/*.py relational/*.py
po/it.po: po/messages.pot 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 po/it.mo: po/it.po
msgfmt po/it.po --output-file po/it.mo msgfmt po/it.po --output-file $@
.PHONY: translations .PHONY: translations
translations: po/it.mo translations: po/it.mo