From 8a46413dc1834a5f1d584209dacdd9e5738d5494 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 6 May 2010 09:37:36 +0200 Subject: Add import-translations target. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0a2abf68..2b61761a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -225,6 +225,11 @@ lsm: genlsm.sh dist rsync: distdir $(srcdir)/.rsyncs @( cat $(srcdir)/.rsyncs | sed -e 's}^}rsync -aH --delete-after $(PACKAGE)-$(VERSION)/ }; s/\($$\)/ \&/;' ; echo "wait" ) | $(SHELL) -x +.PHONY: import-translations +import-translations: + rsync -Lrtvz translationproject.org::tp/latest/fetchmail/ $(top_srcdir)/po + cd $(top_builddir)/po && $(MAKE) update-po + # The following sets edit modes for GNU EMACS. # Local Variables: # compile-command:"configure" -- cgit v1.2.3