X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bootstrap;h=3568ee35dfa75bd8632dbb6076f5aea4bb4eb7da;hb=9771467dc83cef84d08cb4beb0ffba20ec3d6337;hp=597959d3340cd476fa65558aea94061972a32ba7;hpb=64dd6a38b4d7a104a884bfc385a2cbaa09053829;p=chaz%2Ftar diff --git a/bootstrap b/bootstrap index 597959d..3568ee3 100755 --- a/bootstrap +++ b/bootstrap @@ -21,6 +21,33 @@ # Written by Paul Eggert. +# URL of our text domain page in Translation Project +TP_URL="http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/" + +usage() { + cat <&2 exit 1;; esac @@ -171,8 +202,7 @@ if test "$DOWNLOAD_PO" = "yes"; then echo "$0: getting translations into po..." (cd po && rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` && - wget -nv -nd -r -l 1 -A .po -C off \ - http://www.iro.umontreal.ca/contrib/po/maint/tar/ && + wget -nv -nd -r -l 1 -A .po -C off $TP_URL && ls *.po | sed 's/\.po$//' >LINGUAS ) || exit fi