]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
PACKAGE.pot must be regenerated when POTFILES.in changes.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 21:05:17 +0000 (21:05 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 21:05:17 +0000 (21:05 +0000)
po/ChangeLog
po/Makefile.in.in

index 2af18486791c2220a15e1d351807f88f184cb564..bfbb10d5f73770af6b9321a5a58abf4036006f98 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-09  Bruno Haible  <haible@clisp.cons.org>
+
+       * Makefile.in.in ($(PACKAGE).pot): Depend on POTFILES.in.
+
 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
 
        * POTFILES.in: Add src/po.c, src/write-po.c.
index 00be14d117dbd7c91091f81ad91ff85f338bf7ea..f4b36369805f89063e8cbfef0f7e4b2b138deaed 100644 (file)
@@ -80,7 +80,7 @@ all-no:
 # otherwise packages like GCC can not be built if only parts of the source
 # have been downloaded.
 
-$(srcdir)/$(PACKAGE).pot: $(POTFILES)
+$(srcdir)/$(PACKAGE).pot: $(POTFILES) $(srcdir)/POTFILES.in
        $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
          --add-comments --keyword=_ --keyword=N_ \
          --files-from=$(srcdir)/POTFILES.in \