Lines Matching refs:po
676 --skip-po do not download po files
746 --skip-po)
803 if test -d po; then
804 update_po_files po $package || return
807 if test -d runtime-po; then
808 update_po_files runtime-po $package-runtime || return
867 && ls "$ref_po_dir"/*.po 2>/dev/null |
870 langs=$(cd $ref_po_dir && echo *.po | sed 's/\.po//g')
872 for po in $langs; do
873 case $po in x) continue;; esac
874 new_po="$ref_po_dir/$po.po"
875 cksum_file="$ref_po_dir/$po.s1"
877 ! test -f "$po_dir/$po.po" ||
879 echo "$me: updated $po_dir/$po.po..."
880 cp "$new_po" "$po_dir/$po.po" \
1280 rm -f po/Makevars
1290 ' po/Makevars.template >po/Makevars \
1299 cp $GNULIB_SRCDIR/build-aux/po/Makefile.in.in po/Makefile.in.in \
1304 if test -d runtime-po; then
1306 rm -f runtime-po/Makevars
1316 ' po/Makevars.template >runtime-po/Makevars \
1320 (cd po && cp -p Makefile.in.in *-quot *.header *.sed *.sin ../runtime-po)
1383 --skip-po do not download po files
1460 --skip-po)