chiark / gitweb /
i18n: po: Rename `all-po' target to `pofiles'
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Oct 2018 10:42:21 +0000 (11:42 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 4 Oct 2018 15:33:23 +0000 (16:33 +0100)
I think this is more conventional.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
po/Makefile
po/README

index d1eeb053d7dba6611a12ad72a2ab4ba1853a7c25..0053f522275b254eb2d17e22fd3ffacbd5aea118 100644 (file)
@@ -113,9 +113,9 @@ clean:
 
 .PRECIOUS: .%.potfiles
 
-all-po: $(POFILES)
+pofiles: $(POFILES)
 
-check: $(if $(SUPPRESS_PO_UPDATE),,all-po)
+check: $(if $(SUPPRESS_PO_UPDATE),,pofiles)
        $S set -e; for file in $(POFILES); do \
                lang=`echo $$file | sed 's/\.po//'`; \
                printf "$$lang: "; \
index 7aadce06d920fc53e7bf56bb622c30c22a34b726..08959d405ad03631ddf6b11cd95f82c591fa4f15 100644 (file)
--- a/po/README
+++ b/po/README
@@ -106,7 +106,7 @@ In po/
 
   make LANGUAGE.po     Creates or updates messages.pot and LANGUAGE.po.
 
-  make all-po          Updates messages.pot from all the sources,
+  make pofiles         Updates messages.pot from all the sources,
                        with new messages, and merges them into
                        all the language-specific .po files