From 94256e8ad7b7450c96a1a1bbaf330c136380ebf1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 4 Oct 2018 11:42:21 +0100 Subject: i18n: po: Rename `all-po' target to `pofiles' I think this is more conventional. Signed-off-by: Ian Jackson --- po/Makefile | 4 ++-- po/README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index d1eeb05..0053f52 100644 --- a/po/Makefile +++ b/po/Makefile @@ -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: "; \ diff --git a/po/README b/po/README index 7aadce0..08959d4 100644 --- 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 -- cgit v1.2.3