diff options
Diffstat (limited to 'common/po.mak')
-rwxr-xr-x | common/po.mak | 4 |
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) + |