summaryrefslogtreecommitdiff
path: root/po/Rules-getpo
blob: f0c4a1104867dcc26742bf797240c128f634b6dc (plain)
1
2
3
4
5
6
7
8
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