see http://www.gnu.org/software/make/manual/make.html#Catalogue-of-Rules in particular: TeX and Web n.dvi is made from n.tex with the command `$(TEX)'. n.tex is made from n.web with `$(WEAVE)', or from n.w (and from n.ch if it exists or can be made) with `$(CWEAVE)'. n.p is made from n.web with `$(TANGLE)' and n.c is made from n.w (and from n.ch if it exists or can be made) with `$(CTANGLE)'. So it looks like if you add a line such as TEX = latex to your makefile, then it should use latex instead of tex Jonner On 5/3/06, Dan Drake <dan at dandrake.org> wrote: > On Wed, 03 May 2006 at 08:22PM -0500, dan wrote: > > (I attached it, if anyone's curious.) > > This time, I really did attach it... > > > Dan > > -- > Ceci n'est pas une .signature. > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2.2 (GNU/Linux) > > iD8DBQFEWVfIWvEsgqF+1YQRAmgfAJ4huu/L5Yfbdr8ruhJRlBjmpYvg6gCgoKTG > fKIkWNQQnJMWGNQxbxbPTeI= > =sJu5 > -----END PGP SIGNATURE----- > > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list > > > >