Files rearangements
[bulgarian-l10n] / po / Makefile
diff --git a/po/Makefile b/po/Makefile
deleted file mode 100644 (file)
index 111fe19..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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