axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] 20071230.03.tpd.patch (7052)


From: daly
Subject: [Axiom-developer] 20071230.03.tpd.patch (7052)
Date: Sun, 30 Dec 2007 20:47:32 -0600

This is a minor cleanup fix. The makefile would remake this directory
even if it was up to date. 

Tim

====================================================================
diff --git a/changelog b/changelog
index dad2dfe..51a4abc 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,4 @@
+20071230 tpd src/hyper/Makefile prevent spurious remake of axbook (7052)
 20071230 tpd src/input/summation.input update tests with new mathml output
 20071229 acr src/algebra/mathml.spad fix sum ambiguity bug in mathml (7057)
 20071229 tpd src/hyper/bookvol11 add testpage for summation mathml (7057)
diff --git a/src/hyper/Makefile.pamphlet b/src/hyper/Makefile.pamphlet
index 39c9ea8..95d03f3 100644
--- a/src/hyper/Makefile.pamphlet
+++ b/src/hyper/Makefile.pamphlet
@@ -1124,7 +1124,7 @@ ${MNT}/${SYS}/doc/bookvol11.dvi: ${IN}/bookvol11.pamphlet
 
 @
 <<axbook>>=
-${HYPER}/axbook/book-index.xhtml: ${IN}/axbook.tgz
+${HYPER}/axbook: ${IN}/axbook.tgz
        @ echo 154 making ${HYPER}/axbook/xhtml from ${IN}/axbook.tgz
        @( cd ${HYPER} ; tar -zxf ${IN}/axbook.tgz )
 




reply via email to

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