diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-03-08 10:43:56 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-03-08 10:43:56 +0000 |
commit | ecf486cb56539018cd5efac9ca986bf36c09c252 (patch) | |
tree | 33549312fba7046f7c975d4bd14a39fed0fa7b5c /maint.mk | |
parent | f9c1569ffa9caabd9beb657611e33a406abb9618 (diff) | |
download | gnutls-ecf486cb56539018cd5efac9ca986bf36c09c252.tar.gz |
Update.
Diffstat (limited to 'maint.mk')
-rw-r--r-- | maint.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 && \ |