bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

po/Makefile should depend on LINGUAS


From: Jim Meyering
Subject: po/Makefile should depend on LINGUAS
Date: Thu, 18 Jul 2002 11:45:55 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.3.50 (i686-pc-linux-gnu)

Hi Bruno!

Thanks for releasing gettext-0.11.3!

There's a minor problem.
Some industrious translators contributed a new .po file for the
fileutils, so I put the .po file in place and updated po/LINGUAS.
I was surprised when my next `make distcheck' failed because that .po
file was not included in the resulting tarball.

The problem is that the LINGUAS change didn't propagate into po/Makefile.

Here's a fix:

2002-07-18  Jim Meyering  <address@hidden>

        * Makefile.in.in (Makefile): Also depend on LINGUAS.



--- po/Makefile.in.in.~4~       2002-03-24 18:26:48.000000000 +0100
+++ po/Makefile.in.in   2002-07-18 11:40:30.000000000 +0200
@@ -310,7 +310,7 @@ $(DUMMYPOFILES):
 update-gmo: Makefile $(GMOFILES)
        @:
 
-Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in
+Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in LINGUAS
        cd $(top_builddir) \
          && CONFIG_FILES=$(subdir)/address@hidden CONFIG_HEADERS= \
               $(SHELL) ./config.status



reply via email to

[Prev in Thread] Current Thread [Next in Thread]