Files rearangements
[bulgarian-l10n] / maemo5 / po / Makefile
diff --git a/maemo5/po/Makefile b/maemo5/po/Makefile
new file mode 100644 (file)
index 0000000..111fe19
--- /dev/null
@@ -0,0 +1,16 @@
+locale = bg_BG
+
+all: po
+
+po:
+       for i in *.po; do \
+               poname=`basename $$i .po`; \
+               msgfmt -o $$poname.mo $$poname.po; \
+       done
+
+install:
+       install -d $(DESTDIR)/usr/share/locale/$(locale)/LC_MESSAGES
+       install -m 0644 *.mo $(DESTDIR)/usr/share/locale/$(locale)/LC_MESSAGES
+
+clean:
+       rm -rf *.mo