[po/Makefile: initial import
VMiklos <vmiklos at frugalware.org>**20051102000918] {
addfile ./po/Makefile
hunk ./po/Makefile 1
+LANGS=hu
+
+mos:
+ for i in $(LANGS); do \
+ msgfmt -o /usr/share/locale/`basename $$i .po`/LC_MESSAGES/setup.mo $$i; \
+ done
}