From: Bruno Haible Date: Fri, 9 Mar 2001 16:38:18 +0000 (+0000) Subject: Ignore LINGUAS during 'make update-po'. X-Git-Tag: v0.10.36~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44795ff1464299125c7b1a45229af7ba7948888c;p=thirdparty%2Fgettext.git Ignore LINGUAS during 'make update-po'. --- diff --git a/po/ChangeLog b/po/ChangeLog index f657cd4b1..82be7f81d 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2001-03-09 Bruno Haible + + * Makefile.in.in (update-po): Use $(GMOFILES), not $(CATALOGS). + 2001-03-03 Bruno Haible * ja.po: Fix invalid SJIS multibyte sequence. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 6a5b01675..00be14d11 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -164,7 +164,7 @@ update-po: Makefile $(MAKE) $(PACKAGE).pot if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; fi; \ cd $(srcdir); \ - catalogs='$(CATALOGS)'; \ + catalogs='$(GMOFILES)'; \ for cat in $$catalogs; do \ cat=`basename $$cat`; \ lang=`echo $$cat | sed 's/\.gmo$$//'`; \