fix compile error for i386-optimized refcounting,
[enigma2.git] / po / Makefile.am
index 583be9c4d5ba6ff9a459effee38ad1a2d39b2ed2..19382e501acb78ffe72e761186e668d62f983bda 100644 (file)
@@ -5,7 +5,7 @@ GETTEXT=xgettext
 #MSGFMT = ./msgfmt.py
 MSGFMT = msgfmt
 
-LANGS := de en ar nl es is it da sv no fr fi tr ca cs hr hu ru
+LANGS := de en ar nl es is it da sv no fr fi tr ca cs hr hu ru pt el lt pl
 LANGPO := $(foreach LANG, $(LANGS),$(LANG).po)
 LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo)
 
@@ -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 \