diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2019-08-26 19:13:17 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2019-08-26 19:13:17 +0200 |
commit | 5ab6c4a6e19eb0da54cd73fefa8a6093b5721643 (patch) | |
tree | 7e6af32b283b83a401589f4756daac55a5b3a495 /Makefile.am | |
parent | 09af599b4e379604c0d29f186c7d789f104ff13e (diff) | |
download | fetchmail-5ab6c4a6e19eb0da54cd73fefa8a6093b5721643.tar.gz fetchmail-5ab6c4a6e19eb0da54cd73fefa8a6093b5721643.tar.bz2 fetchmail-5ab6c4a6e19eb0da54cd73fefa8a6093b5721643.zip |
Refer to PO checkin helper.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 963d98a3..218e8383 100644 --- a/Makefile.am +++ b/Makefile.am @@ -236,6 +236,7 @@ rsync: distdir $(srcdir)/.rsyncs import-translations: rsync -Lrtvz translationproject.org::tp/latest/fetchmail/ $(top_srcdir)/po cd $(top_builddir)/po && $(MAKE) update-po + @printf '\n=== You can use dist-tools/git-commit-po-updates.sh to check these updates in. ===\n\n' git-check: @set -x && if test -d $(PACKAGE)-$(VERSION)-export ; then chmod -R u+rwX $(PACKAGE)-$(VERSION)-export ; fi && \ |