"Page, Bill" <[EMAIL PROTECTED]> writes:

| On Wednesday, November 22, 2006 12:50 PM Gaby wrote:
| 
| > | > !              chunk=$arg
| 
| Why does this fail? What is the value of $chunk?

Most of your questions can be asnwered as follows:
Uncomment the "set -x" and "set +x" instructions from the document
script and run the script for the files TESTFR.input, INTHEORY.input
and VIEW2D.input. 

   ${INPUT}/TESTFR.input: $(srcdir)/fr.spad.pamphlet
           $(axiom_build_document) --tangle='TEST FR' --output=$@ $<

   ${INPUT}/INTHEORY.input: $(srcdir)/numtheor.spad.pamphlet
           $(axiom_build_document) --tangle='TEST INTHEORY' --output=$@ $<

   ${INPUT}/VIEW2D.input: $(srcdir)/view2D.spad.pamphlet
           $(axiom_build_document) --tangle='TEST VIEW2D' --output=$@ $<

-- Gaby


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to