X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=bootstrap;h=6c825c728b5c237709272a05c20bf0e506ab7dba;hb=f9dc020f90ea4e70ea0215a73ae021c7b415b3c6;hp=f8d2f3ad97df7ede5779b19d890a368e985905ff;hpb=7631b4e595f3a36b1a59c6e1b31c9e47a0fc2244;p=chaz%2Ftar diff --git a/bootstrap b/bootstrap index f8d2f3a..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