Lines Matching refs:xg
8 tmpfiles="$tmpfiles xg-t-1.tcl"
9 cat <<\EOF > xg-t-1.tcl
27 tmpfiles="$tmpfiles xg-t-1.err xg-t-1.tmp xg-t-1.pot"
29 ${XGETTEXT} --add-comments --no-location -k_ -o xg-t-1.tmp xg-t-1.tcl 2>xg-t-1.err
30 test $? = 0 || { cat xg-t-1.err; rm -fr $tmpfiles; exit 1; }
31 grep -v 'POT-Creation-Date' < xg-t-1.tmp > xg-t-1.pot
33 tmpfiles="$tmpfiles xg-t-1.ok"
34 cat <<\EOF > xg-t-1.ok
64 ${DIFF} xg-t-1.ok xg-t-1.pot