summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-08 10:43:56 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-08 10:43:56 +0000
commitecf486cb56539018cd5efac9ca986bf36c09c252 (patch)
tree33549312fba7046f7c975d4bd14a39fed0fa7b5c /maint.mk
parentf9c1569ffa9caabd9beb657611e33a406abb9618 (diff)
downloadgnutls-ecf486cb56539018cd5efac9ca986bf36c09c252.tar.gz
Update.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index db9d553cc5..81952027eb 100644
--- a/maint.mk
+++ b/maint.mk
@@ -112,7 +112,7 @@ PACKAGE ?= $(shell basename $(PWD))
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 && \