summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-09 20:06:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-09 20:06:14 +0000
commit87bfb896c6ccffa79840fe6f5f6a3b445059f32e (patch)
tree021ec4b8cd71d818bfcc297c0e9019813ef9f07d /Makefile.maint
parent4ab47a295f4d5443a1731f2970d507ea88ca453b (diff)
downloadcoreutils-87bfb896c6ccffa79840fe6f5f6a3b445059f32e.tar.xz
Remove the po-update procedure; it doesn't
work with the new repository on http://www.iro.umontreal.ca/. For now I guess we'll have to fix things by hand. (do-po-update, po-update): Remove. All references removed.
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint23
1 files changed, 1 insertions, 22 deletions
diff --git a/Makefile.maint b/Makefile.maint
index 2d4da4015..38d775fd0 100644
--- a/Makefile.maint
+++ b/Makefile.maint
@@ -519,31 +519,10 @@ move_if_change ?= move-if-change
# --------------------- #
.PHONY: update
-local_updates ?= wget-update cvs-update po-update
+local_updates ?= wget-update cvs-update
update: $(local_updates)
-# ------------------- #
-# Updating PO files. #
-# ------------------- #
-
-po_repo = http://www.iro.umontreal.ca/contrib/po/maint/$(PACKAGE)
-.PHONY: do-po-update po-update
-do-po-update:
- tmppo=/tmp/$(PACKAGE)-$(VERSION)-po &&\
- rm -rf $$tmppo && \
- mkdir $$tmppo && \
- (cd $$tmppo && \
- $(WGET) $(WGETFLAGS) -r -l1 -nd --no-parent -A '*.po' $(po_repo)) &&\
- cp $$tmppo/*.po po
- cd po && $(MAKE) update-po
- $(MAKE) po-check
-
-po-update:
- if test -d "po"; then \
- $(MAKE) do-po-update; \
- fi
-
# -------------------------- #
# Updating GNU build tools. #
# -------------------------- #