]> git.saurik.com Git - bison.git/commitdiff
* Makefile.maint: Sync. again with CVS Autoconf.
authorAkim Demaille <akim@epita.fr>
Mon, 27 Aug 2001 10:44:39 +0000 (10:44 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 27 Aug 2001 10:44:39 +0000 (10:44 +0000)
ChangeLog
Makefile.maint

index 7d4d2af76b43ae791f2ee9e363dd8c4c8476d014..a71456f6e3a507aa3c020ccdbcfa39188202e94e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-27  Akim Demaille  <akim@epita.fr>
+
+       * Makefile.maint: Sync. again with CVS Autoconf.
+
 2001-08-27  Akim Demaille  <akim@epita.fr>
 
        * Makefile.maint: Formatting changes.
index d672b30b52ef73a8e320b3c3e8ec6f3659cec4e5..d3a34e02e49d5b1e75927e80c0209b6c6b24747a 100644 (file)
@@ -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.  #