axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] 20070907.01.tpd.patch


From: daly
Subject: [Axiom-developer] 20070907.01.tpd.patch
Date: Fri, 7 Sep 2007 23:48:20 -0500

This patch fixes the 'make install' command.

The problem was that the axiom command has been inserted into a
pamphlet file (bookvol6) and fully documented. However it was not
being extracted to int and copied properly.

===================================================================
diff --git a/Makefile.pamphlet b/Makefile.pamphlet
index af8ef5f..9579f8f 100644
--- a/Makefile.pamphlet
+++ b/Makefile.pamphlet
@@ -568,7 +568,7 @@ install:
        @echo export AXIOM >>${COMMAND}
        @echo PATH='$${AXIOM}/bin':'$${PATH}' >>${COMMAND}
        @echo export PATH >>${COMMAND}
-       @cat ${SRC}/etc/axiom >>${COMMAND}
+       @cat ${INT}/sman/axiom >>${COMMAND}
        @chmod +x ${COMMAND}
        @echo 79 Axiom installation finished.
        @echo
diff --git a/changelog b/changelog
index 753235b..4d7f421 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20070906 tpd Makefile int/sman/axiom command to target command for install
+20070906 tpd src/sman/Makefile copy axiom command to int
 20070906 tpd merge help files branch
 20070906 tpd src/doc/spadhelp add ZeroDimensionalSolvePackage
 20070906 tpd src/algebra/Makefile add ZeroDimensionalSolvePackage.help 
diff --git a/src/sman/Makefile.pamphlet b/src/sman/Makefile.pamphlet
index f95a511..9973ef1 100644
--- a/src/sman/Makefile.pamphlet
+++ b/src/sman/Makefile.pamphlet
@@ -46,6 +46,7 @@ ${OUT}/axiom: ${IN}/bookvol6.pamphlet
        @ (cd ${OUT} ; \
            ${TANGLE} -R"axiomcmd" ${IN}/bookvol6.pamphlet >axiom )
        @chmod +x ${OUT}/axiom
+       @ cp ${OUT}/axiom ${MID}
 
 @
 \section{session}




reply via email to

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