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:
parent
bcf4f5a830
commit
2ade4b082b
@ -123,3 +123,5 @@ $(top_srcdir)/.version:
|
||||
dist-hook:
|
||||
echo $(VERSION) > $(distdir)/.tarball-version
|
||||
|
||||
get-trans:
|
||||
rsync -Lrtvz translationproject.org::tp/latest/procps/ po
|
||||
|
Loading…
Reference in New Issue
Block a user