summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/Rules-getpo9
1 files changed, 9 insertions, 0 deletions
diff --git a/po/Rules-getpo b/po/Rules-getpo
new file mode 100644
index 0000000..f0c4a11
--- /dev/null
+++ b/po/Rules-getpo
@@ -0,0 +1,9 @@
+# Rules to fetch the translation project's po files for a domain
+
+# Just rsync the *.po files for a particular textual domain into the
+# po/ subdirectory of the project's source tree
+
+getpo:
+ rsync -Ltvz translationproject.org::tp/latest/flex/*.po $(top_srcdir)/po
+
+.PHONY: getpo