* Makefile.in (LINGUAS): Rewrite by scanning po/ directory instead of
reliing on po/LINGUAS.
($(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po)): Rewrite as ...
(po/%.po): ... this.
+2009-11-27 Robert Millan <rmh.grub@aybabtu.com>
+
+ * Makefile.in (LINGUAS): Rewrite by scanning po/ directory instead of
+ reliing on po/LINGUAS.
+ ($(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po)): Rewrite as ...
+ (po/%.po): ... this.
+
2009-11-26 Felix Zielcke <fzielcke@z-51.de>
* util/i386/efi/grub-mkimage.c: Include "progname.h".
MSGMERGE = @MSGMERGE@
MSGFMT = @MSGFMT@
-LINGUAS = $(shell tr '\n' ' ' < $(srcdir)/po/LINGUAS)
+LINGUAS = $(shell ls $(srcdir)/po/*.po | sed -e "s,.*/po/\(.*\)\.po$$,\1,")
PACKAGE = @PACKAGE@
PACKAGE_NAME = @PACKAGE_NAME@
cd $(srcdir) && $(XGETTEXT) --from-code=utf-8 -o $@ -f $< --keyword=_ --keyword=N_
cd $(srcdir) && $(XGETTEXT) --from-code=utf-8 -o $@ -f po/POTFILES-shell -j --language=Shell
-$(foreach lang, $(LINGUAS), $(srcdir)/po/$(lang).po): po/$(PACKAGE).pot
+po/%.po: po/$(PACKAGE).pot
$(MSGMERGE) -U $@ $^
po/%.mo: po/%.po
+2009-11-27 Robert Millan <rmh.grub@aybabtu.com>
+
+ * LINGUAS: Remove.
+
2009-11-24 Robert Millan <rmh.grub@aybabtu.com>
* zh_CN.po: New file.
+++ /dev/null
-ca
-id
-zh_CN