Ralf Hemmecke <[EMAIL PROTECTED]> writes: | On 11/07/2006 10:45 PM, Gabriel Dos Reis wrote: | > Ralf Hemmecke <[EMAIL PROTECTED]> writes: | > | I oppose against special treatment of .sty files. | > | | The general rule should be | > | | notangle file.ext.pamphlet > file.ext | > | noweave file.ext.pamphlet > file.ext.pamphlet.tex | > | | remove ".pamphlet" and add ".tex". | > Ralf, | > remove ".pamphlet" and add ".tex". | > translates to | > noweave file.ext.pamphlet > file.ext.tex | > not | > noweave file.ext.pamphlet > file.ext.pamphlet.tex | > I believe that is what we currently do: | > if test x$do_weave = xyes; then | > file=`basename $1 .pamphlet` | > $weave -delay $1 > $file.tex | > if test x$do_latex != xyes; then | > exit 0; | > fi | > fi | > -- gaby | | Right. | | And I _suggested_ to change the current rule.
I thought your suggestion was remove ".pamphlet" and add ".tex". That rule seems to be a bit simpler than having to explain why .sty files must be treated separately. Is that correct? -- Gaby _______________________________________________ Axiom-developer mailing list Axiom-developer@nongnu.org http://lists.nongnu.org/mailman/listinfo/axiom-developer