28 lines
774 B
Diff
28 lines
774 B
Diff
From 2ade4b082b8c970bb1e1a6711d79f82b90075431 Mon Sep 17 00:00:00 2001
|
|
From: Craig Small <csmall@enc.com.au>
|
|
Date: Sat, 22 Feb 2014 11:34:53 +1100
|
|
Subject: [PATCH] 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>
|
|
---
|
|
Makefile.am | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git Makefile.am Makefile.am
|
|
index 7075e67..335fbc5 100644
|
|
--- Makefile.am
|
|
+++ 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
|
|
--
|
|
1.7.9.2
|
|
|