X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1b2fe6621d12df28e2e2cd12e0b8db004d3ff513..8f79d44ef9f04dd3138a7e8063062c1dafb9a693:/po/Makefile.am diff --git a/po/Makefile.am b/po/Makefile.am index 55a49c16..19382e50 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -42,8 +42,10 @@ enigma2.pot: %.po: msginit -l $@ -o $@ -i enigma2.pot --no-translator -clean: - $(RM) *.mo *.pot +CLEANFILES = $(foreach LANG, $(LANGS),$(LANG).mo) + +clean-local: + $(RM) -r $(LANGS) install-data-am: default for lang in $(LANGS); do \