po.mak: Translation project has moved. Also, no idea how this used to work given...
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 1 Jul 2007 21:30:52 +0000 (21:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 1 Jul 2007 21:30:52 +0000 (21:30 +0000)
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.

ChangeLog
po.mak

index b2bcb51..3d94590 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * po.mak:
+         Translation project has moved.  Also, no idea how this used to
+         work given that we weren't downloading a .po file.
+
 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
 
        * gst-xmlinspect.py:
diff --git a/po.mak b/po.mak
index 53d376d..e042a35 100644 (file)
--- 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: