TB='	'
NL='
'
for i in `all`
do(
	cd $i
	runxref
)
done
