+2003-11-09 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in.in (stamp-po): Remake all GMOFILES, not just those
+ needed in this build. This is necessary because stamp-po persists
+ across "make distclean".
+
2003-11-06 Bruno Haible <bruno@clisp.org>
* sr.po: New file, from Danilo Segan.
# $(POFILES) has been designed to not touch files that don't need to be
# changed.
stamp-po: $(srcdir)/$(DOMAIN).pot
- test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS)
+ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
@echo "touch stamp-po"
@echo timestamp > stamp-poT
@mv stamp-poT stamp-po
+2003-11-09 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.in.in (stamp-po): Remake all GMOFILES, not just those
+ needed in this build. This is necessary because stamp-po persists
+ across "make distclean".
+
2003-11-05 Bruno Haible <bruno@clisp.org>
* POTFILES.in: Add src/user-email.sh.in.
# $(POFILES) has been designed to not touch files that don't need to be
# changed.
stamp-po: $(srcdir)/$(DOMAIN).pot
- test -z "$(CATALOGS)" || $(MAKE) $(CATALOGS)
+ test -z "$(GMOFILES)" || $(MAKE) $(GMOFILES)
@echo "touch stamp-po"
@echo timestamp > stamp-poT
@mv stamp-poT stamp-po