chiark / gitweb /
po/README: Mention -k10 threshold
[dgit.git] / po / Makefile
index d1eeb053d7dba6611a12ad72a2ab4ba1853a7c25..cc4a062d59924ed722e7d6cc10259720ae1117ca 100644 (file)
@@ -113,9 +113,11 @@ clean:
 
 .PRECIOUS: .%.potfiles
 
-all-po: $(POFILES)
+pofiles: $(POFILES)
 
-check: $(if $(SUPPRESS_PO_UPDATE),,all-po)
+update: pofiles check
+
+check: $(if $(SUPPRESS_PO_UPDATE),,pofiles)
        $S set -e; for file in $(POFILES); do \
                lang=`echo $$file | sed 's/\.po//'`; \
                printf "$$lang: "; \