changeset 6694:06478ef0ebcc

Fix refresh-po, to handle no translated languages.
author Simon Josefsson <simon@josefsson.org>
date Wed, 08 Mar 2006 10:41:37 +0000
parents d9fbbc8f7f1d
children 9afb952794ee
files build-aux/maint.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 && \