blob: afdc3fdaf267630e771c9a6c98b8e7f1c4a4e821 [file] [log] [blame]
#! /bin/sh
for f in `ls *.tex` ; do
awk -v fname=$f -f texdep.awk $f ;
done