summaryrefslogtreecommitdiff
path: root/common/po.mak
diff options
context:
space:
mode:
Diffstat (limited to 'common/po.mak')
-rwxr-xr-xcommon/po.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/po.mak b/common/po.mak
new file mode 100755
index 0000000..e019fac
--- /dev/null
+++ b/common/po.mak
@@ -0,0 +1,4 @@
+# rule to download the latest .po files
+download-po: $(top_srcdir)/common/download-translations
+ $(top_srcdir)/common/download-translations $(PACKAGE)
+