From 07fec1f875473ce0afde6fa9bf1e7273c9e07a91 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 7 Sep 2020 10:45:22 -0700 Subject: [PATCH] po: Add comment. --- po/automake.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/po/automake.mk b/po/automake.mk index d43104b039..d14956e92e 100644 --- a/po/automake.mk +++ b/po/automake.mk @@ -126,6 +126,9 @@ CLEAN_LOCAL += po_CLEAN # Download the po files from http://translationproject.org # The final action to this rule is to remove the .pot file. This # is because the po files must be re-merged against an updated version of it. +# +# You can update just one .po file with, e.g.: +# make po-update POFILES=po/uk.po PHONY += po-update po-update: for p in $(POFILES); do \ -- 2.30.2