X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=build-aux%2Fmaint.mk;h=81952027eb75d32b7c467dab1b99e5d66d102ea5;hb=e2b32fd06585da0807fe10045e70799cc5c8252f;hp=4180930b42d3eca74e9f2881fd1da294cc3f6060;hpb=b7211998647aa3613a0267c5cefcdeb135c4a5e6;p=gnulib.git diff --git a/build-aux/maint.mk b/build-aux/maint.mk index 4180930b4..81952027e 100644 --- a/build-aux/maint.mk +++ b/build-aux/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 && \ @@ -122,4 +122,4 @@ refresh-po: INDENT_SOURCES ?= $(C_SOURCES) .PHONY: indent indent: - indent $(C_SOURCES) + indent $(INDENT_SOURCES)