K 10 svn:author V 3 nik K 8 svn:date V 27 2001-02-26T22:56:59.000000Z K 7 svn:log V 429 Use a different mechanism to specify the input file to TeX. running, for instance, "jadetex '\nonstopmode\input{$<}'" is much better since it won't crash out an automated build as badly Huh? it will fail rather than kick you into a TeX prompt and wait for output I guess in BSD make that would be: jadetex '\nonstopmode\input{${.ALLSRC}' Submitted by: Adam di Carlo END