On Wed, 2007-01-24 at 23:03 -0500, Simon wrote: > Technically, docs should be a phony target as well. Sorry for the > spam, but I guess I'm a perfectionist :)
You are quite right :) The '%' syntax only works with GNU make, btw. Not that it's a problem for us but we might want to mention it somewhere for the BSD stalwarts. As an aside, older versions of pdflatex would only do one pass over the .tex source. Sometimes you need a latex pass followed by a bibtex pass followed by another latex pass followed by a pass by the index generation program followed by yet another latex pass. Or something like that. I think recent versions of pdflatex handles this for you. Thought it would be worth mentioning. (I think there are some more temp files that should be cleaned up but let's fix that when it becomes a problem.) -Peter _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
