* Makefile.maint: Sync. again with CVS Autoconf.

This commit is contained in:
Akim Demaille
2001-08-27 10:44:39 +00:00
parent 7b50efe542
commit e4ad4676be
2 changed files with 12 additions and 4 deletions

View File

@@ -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> 2001-08-27 Akim Demaille <akim@epita.fr>
* Makefile.maint: Formatting changes. * Makefile.maint: Formatting changes.

View File

@@ -58,13 +58,17 @@ move_if_change ?= move-if-change
# ------------------- # # ------------------- #
po_repo = http://www.iro.umontreal.ca/contrib/po/maint/$(PACKAGE) po_repo = http://www.iro.umontreal.ca/contrib/po/maint/$(PACKAGE)
.PHONY po-update: .PHONY: do-po-update po-update
po-update: do-po-update:
cd $(srcdir)/po && wget -r -l1 -nd --no-parent -A '*.po' $(po_repo) cd $(srcdir)/po && wget -r -l1 -nd --no-parent -A '*.po' $(po_repo)
rm $(srcdir)/po/index.html rm $(srcdir)/po/index.html
cd po && make update-po cd po && $(MAKE) update-po
make po-check $(MAKE) po-check
po-update:
if test -d "po"; then \
$(MAKE) do-po-update; \
fi
# -------------------------- # # -------------------------- #
# Updating GNU build tools. # # Updating GNU build tools. #