From e4ad4676be674d4a1b6414a5f88511ecc7d44f73 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 27 Aug 2001 10:44:39 +0000 Subject: [PATCH] * Makefile.maint: Sync. again with CVS Autoconf. --- ChangeLog | 4 ++++ Makefile.maint | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d4d2af7..a71456f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-27 Akim Demaille + + * Makefile.maint: Sync. again with CVS Autoconf. + 2001-08-27 Akim Demaille * Makefile.maint: Formatting changes. diff --git a/Makefile.maint b/Makefile.maint index d672b30b..d3a34e02 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -58,13 +58,17 @@ move_if_change ?= move-if-change # ------------------- # po_repo = http://www.iro.umontreal.ca/contrib/po/maint/$(PACKAGE) -.PHONY po-update: -po-update: +.PHONY: do-po-update po-update +do-po-update: cd $(srcdir)/po && wget -r -l1 -nd --no-parent -A '*.po' $(po_repo) rm $(srcdir)/po/index.html - cd po && make update-po - make po-check + cd po && $(MAKE) update-po + $(MAKE) po-check +po-update: + if test -d "po"; then \ + $(MAKE) do-po-update; \ + fi # -------------------------- # # Updating GNU build tools. # -- 2.50.0