mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 09:43:03 +00:00
* Makefile.maint: Sync. again with CVS Autoconf.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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. #
|
||||||
|
|||||||
Reference in New Issue
Block a user