]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Ignore LINGUAS during 'make update-po'.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 16:38:18 +0000 (16:38 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 16:38:18 +0000 (16:38 +0000)
po/ChangeLog
po/Makefile.in.in

index f657cd4b155257cc59e6f964655bd24a6eec2aba..82be7f81da2aded4c0cbb771bd5659b26e07f24e 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-09  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in.in (update-po): Use $(GMOFILES), not $(CATALOGS).
+
 2001-03-03  Bruno Haible  <haible@clisp.cons.org>
 
        * ja.po: Fix invalid SJIS multibyte sequence.
index 6a5b01675b93a82a6fd821092f4b671fe92c04af..00be14d117dbd7c91091f81ad91ff85f338bf7ea 100644 (file)
@@ -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$$//'`; \