The rule assumes that rsync is on the path and that there is exactly
one domain listed in the DOMAIN make variable. The intent is that the
rule will work with vpath builds.
--- /dev/null
+# 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