diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-12-03 01:02:21 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-12-03 01:02:21 +0100 |
commit | 928ab8c89d48e175b4de6e7ce879545a26e03acd (patch) | |
tree | 875e7b4262cc0313dd79801000bacadef6944a14 | |
parent | 359c133b5bde1410d9b1dd285e878e25b18fc260 (diff) | |
download | fetchmail-928ab8c89d48e175b4de6e7ce879545a26e03acd.tar.gz fetchmail-928ab8c89d48e175b4de6e7ce879545a26e03acd.tar.bz2 fetchmail-928ab8c89d48e175b4de6e7ce879545a26e03acd.zip |
Makefile.am:import-translations: List PO updates.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 429f46cd..6a513636 100644 --- a/Makefile.am +++ b/Makefile.am @@ -251,6 +251,7 @@ fetch-translations: import-translations: fetch-translations 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' + $(SHELL) $(top_srcdir)/dist-tools/git-commit-po-updates.sh -n git-check: @set -x && if test -d $(PACKAGE)-$(VERSION)-export ; then chmod -R u+rwX $(PACKAGE)-$(VERSION)-export ; fi && \ |