summaryrefslogtreecommitdiff
path: root/po.mak
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-07-01 21:30:52 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-07-01 21:30:52 +0000
commit5167bced491ffe62251c62d6c5e7b9a7541e97e5 (patch)
treef01a2c3f734a8943e6fc2f6807593542133e1d48 /po.mak
parente6a9941c662289c0743e5d8f4150458a664226f2 (diff)
po.mak: Translation project has moved. Also, no idea how this used to work given that we weren't downloading a .po f...
Original commit message from CVS: * po.mak: Translation project has moved. Also, no idea how this used to work given that we weren't downloading a .po file.
Diffstat (limited to 'po.mak')
-rw-r--r--po.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/po.mak b/po.mak
index 53d376d..e042a35 100644
--- a/po.mak
+++ b/po.mak
@@ -1,6 +1,6 @@
# rule to download .po
po/%.po-download:
- @LI=$(@:po/%.po-download=%) && cd po && wget -q -O $$LI.po.tmp http://www.iro.umontreal.ca/translation/maint/$(PACKAGE)/$$LI && if ! diff $$LI.po $$LI.po.tmp > /dev/null 2>&1; then echo "$$LI.po changed, updated"; mv $$LI.po.tmp $$LI.po; else rm $$LI.po.tmp; fi
+ @LI=$(@:po/%.po-download=%) && cd po && wget -q -O $$LI.po.tmp http://translationproject.org/latest/$(PACKAGE)/$$LI.po && if ! diff $$LI.po $$LI.po.tmp > /dev/null 2>&1; then echo "$$LI.po changed, updated"; mv $$LI.po.tmp $$LI.po; else rm $$LI.po.tmp; fi
# a rule to redownload po files
download-po: