From: Akim Demaille Date: Mon, 27 Aug 2001 10:44:39 +0000 (+0000) Subject: * Makefile.maint: Sync. again with CVS Autoconf. X-Git-Tag: BISON-1_28d~14 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e4ad4676be674d4a1b6414a5f88511ecc7d44f73?ds=inline * Makefile.maint: Sync. again with CVS Autoconf. --- 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. #