* regex.m4 (gl_REGEX): Fix a longstanding typo in the
[gnulib.git] / build-aux / maint.mk
index 4180930..8195202 100644 (file)
@@ -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)