axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Another error while building axiom--book--1 on axiom.s


From: David MENTRE
Subject: [Axiom-developer] Another error while building axiom--book--1 on axiom.sty
Date: Sat, 27 Mar 2004 14:35:27 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Hello,

I have another error while building axiom--book--1, this time on the
axiom.sty:

2 making 
/home/david/pub/axiom-libre/axiom-i386/axiom--book--1/int/doc/axiom.bib from 
/home/david/pub/axiom-libre/axiom-i386/axiom--book--1/src/doc/axiom.bib.pamphlet
5 making 
/home/david/pub/axiom-libre/axiom-i386/axiom--book--1/mnt/linux/bin/tex/axiom.sty
 from 
/home/david/pub/axiom-libre/axiom-i386/axiom--book--1/src/doc/axiom.sty.pamphlet
/bin/sh: -c: line 2: syntax error: unexpected end of file

Here is the patch that fixes this small bug:

--- src/doc/Makefile.pamphlet.orig      2004-03-27 14:07:21.000000000 +0100
+++ src/doc/Makefile.pamphlet   2004-03-27 14:27:24.000000000 +0100
@@ -31,7 +31,7 @@
 <<axiom.sty>>=
 ${OUT}/tex/axiom.sty: ${IN}/axiom.sty.pamphlet
        @echo 5 making ${OUT}/tex/axiom.sty from ${IN}/axiom.sty.pamphlet
-       @(cd ${OUT}/tex ;
+       @(cd ${OUT}/tex ; \
        ${TANGLE} -Raxiom.sty ${IN}/axiom.sty.pamphlet >axiom.sty )
  
 @


Yours,
d.
-- 
David MENTRE <address@hidden> -- http://www.nongnu.org/axiom/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]