2 PYTHON_FILES
=$(shell find
-name
"*py")
3 PYTHONC_FILES
=$(shell find
-name
"*pyc")
4 LANGS
= es fr hu it pt ro ru sv uk zh al cs de
9 rm -f bin
/*bak
$(PYTHONC_FILES
)
13 xgettext
-k_
-kN_
-o bin
/po
/terp-msg.pot
$(PYTHON_FILES
) bin
/terp.glade
16 msgfmt bin
/po
/fr.po
-o bin
/po
/fr
/LC_MESSAGES
/terp.mo
19 msgfmt bin
/po
/es.po
-o bin
/po
/es
/LC_MESSAGES
/terp.mo
20 msgfmt bin
/po
/fr.po
-o bin
/po
/fr
/LC_MESSAGES
/terp.mo
21 msgfmt bin
/po
/hu.po
-o bin
/po
/hu
/LC_MESSAGES
/terp.mo
22 msgfmt bin
/po
/it.po
-o bin
/po
/it
/LC_MESSAGES
/terp.mo
23 msgfmt bin
/po
/pt.po
-o bin
/po
/pt
/LC_MESSAGES
/terp.mo
24 msgfmt bin
/po
/ro.po
-o bin
/po
/ro
/LC_MESSAGES
/terp.mo
25 msgfmt bin
/po
/ru.po
-o bin
/po
/ru
/LC_MESSAGES
/terp.mo
26 msgfmt bin
/po
/sv.po
-o bin
/po
/sv
/LC_MESSAGES
/terp.mo
27 msgfmt bin
/po
/uk.po
-o bin
/po
/uk
/LC_MESSAGES
/terp.mo
28 msgfmt bin
/po
/zh.po
-o bin
/po
/zh
/LC_MESSAGES
/terp.mo
29 msgfmt bin
/po
/al.po
-o bin
/po
/al
/LC_MESSAGES
/terp.mo
30 msgfmt bin
/po
/cs.po
-o bin
/po
/cs
/LC_MESSAGES
/terp.mo
31 msgfmt bin
/po
/de.po
-o bin
/po
/de
/LC_MESSAGES
/terp.mo
34 msgmerge bin
/po
/es.po bin
/po
/terp-msg.pot
-o bin
/po
/es.po
35 msgmerge bin
/po
/fr.po bin
/po
/terp-msg.pot
-o bin
/po
/fr.po
36 msgmerge bin
/po
/hu.po bin
/po
/terp-msg.pot
-o bin
/po
/hu.po
37 msgmerge bin
/po
/it.po bin
/po
/terp-msg.pot
-o bin
/po
/it.po
38 msgmerge bin
/po
/pt.po bin
/po
/terp-msg.pot
-o bin
/po
/pt.po
39 msgmerge bin
/po
/ro.po bin
/po
/terp-msg.pot
-o bin
/po
/ro.po
40 msgmerge bin
/po
/ru.po bin
/po
/terp-msg.pot
-o bin
/po
/ru.po
41 msgmerge bin
/po
/sv.po bin
/po
/terp-msg.pot
-o bin
/po
/sv.po
42 msgmerge bin
/po
/uk.po bin
/po
/terp-msg.pot
-o bin
/po
/uk.po
43 msgmerge bin
/po
/zh.po bin
/po
/terp-msg.pot
-o bin
/po
/zh.po
44 msgmerge bin
/po
/al.po bin
/po
/terp-msg.pot
-o bin
/po
/al.po
45 msgmerge bin
/po
/cs.po bin
/po
/terp-msg.pot
-o bin
/po
/cs.po
46 msgmerge bin
/po
/de.po bin
/po
/terp-msg.pot
-o bin
/po
/de.po