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 <csmall@enc.com.au>
This commit is contained in:
Craig Small 2014-02-22 11:34:53 +11:00
parent bcf4f5a830
commit 2ade4b082b

View File

@ -123,3 +123,5 @@ $(top_srcdir)/.version:
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
get-trans:
rsync -Lrtvz translationproject.org::tp/latest/procps/ po