X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bootstrap;h=6c825c728b5c237709272a05c20bf0e506ab7dba;hb=9e0d0592059515045e12e50e7fbad8271d243e14;hp=597959d3340cd476fa65558aea94061972a32ba7;hpb=0ad27d198659d8151c157495813666272cfae83e;p=chaz%2Ftar diff --git a/bootstrap b/bootstrap index 597959d..6c825c7 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 @@ -115,6 +146,7 @@ safe-read save-cwd savedir stdbool +stpcpy strtol strtoul unlocked-io @@ -171,8 +203,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