From: Craig Small Date: Sat, 22 Feb 2014 00:34:53 +0000 (+1100) Subject: Added get-trans target to Makefile X-Git-Tag: v3.3.10~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ade4b082b8c970bb1e1a6711d79f82b90075431;p=procps-ng Added get-trans target to Makefile The get-trans target rsyncs the latest copies of translation files from the translation project. I put this target in because I always forget the exact syntax of the command. Signed-off-by: Craig Small --- diff --git a/Makefile.am b/Makefile.am index 7075e67b..335fbc52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,3 +123,5 @@ $(top_srcdir)/.version: dist-hook: echo $(VERSION) > $(distdir)/.tarball-version +get-trans: + rsync -Lrtvz translationproject.org::tp/latest/procps/ po