# HG changeset patch # User Simon Josefsson # Date 1141814497 0 # Node ID 06478ef0ebcc9d286f9d158b2abee2979bfd3c69 # Parent d9fbbc8f7f1dbd32fc928ee9d6e3e73c19d8466b Fix refresh-po, to handle no translated languages. diff --git a/build-aux/maint.mk b/build-aux/maint.mk --- a/build-aux/maint.mk +++ b/build-aux/maint.mk @@ -112,7 +112,7 @@ POURL = http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)/ PODIR ?= po refresh-po: - rm $(PODIR)/*.po && \ + rm -f $(PODIR)/*.po && \ echo "$(ME): getting translations into po (please ignore the robots.txt ERROR 404)..." && \ wget --no-verbose --directory-prefix $(PODIR) --no-directories --recursive --level 1 --accept .po --accept .po.1 $(POURL) && \ echo 'en@boldquot' > $(PODIR)/LINGUAS && \