[arch-commits] Commit in signon-ui/trunk (Makefile)
Balló György
bgyorgy at nymeria.archlinux.org
Wed Jun 12 05:09:55 UTC 2013
Date: Wednesday, June 12, 2013 @ 07:09:54
Author: bgyorgy
Revision: 92693
Remove leftover file
Deleted:
signon-ui/trunk/Makefile
----------+
Makefile | 31 -------------------------------
1 file changed, 31 deletions(-)
Deleted: Makefile
===================================================================
--- Makefile 2013-06-12 05:09:15 UTC (rev 92692)
+++ Makefile 2013-06-12 05:09:54 UTC (rev 92693)
@@ -1,31 +0,0 @@
-# Add here the language codes for the translated .po files:
-LINGUAS =
-
-I18N_DOMAIN = signon-ui
-
-PO_FILES = $(addsuffix .po, $(LINGUAS))
-MO_FILES = $(addsuffix .mo, $(LINGUAS))
-
-DEL_FILE = rm -f
-INSTALL = /usr/bin/install -c -m 644
-MKDIR = mkdir -p
-
-all: $(MO_FILES)
-
-install: all
- for lang in $(LINGUAS); do \
- dir=$(INSTALL_ROOT)/usr/share/locale/$$lang/LC_MESSAGES; \
- $(MKDIR) $$dir; \
- $(INSTALL) $$lang.mo $$dir/$(I18N_DOMAIN).mo; \
- done
-
-%.mo: %.po
- msgfmt -o "$@" "$<"
-
-clean:
- -$(DEL_FILE) $(MO_FILES)
-
-distclean: clean
-
-check: all
-
More information about the arch-commits
mailing list