From: Ben Pfaff Date: Mon, 7 Sep 2020 17:45:22 +0000 (-0700) Subject: po: Add comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=07fec1f875473ce0afde6fa9bf1e7273c9e07a91;p=pspp po: Add comment. --- 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 \