axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] address@hidden: 20071215.02.tpd.patch]


From: root
Subject: [Axiom-developer] address@hidden: 20071215.02.tpd.patch]
Date: Sat, 15 Dec 2007 23:18:31 -0500

This seems to have been lost....

This patch fixes minor issues with the 20071215.01.tpd.patch changeset.

The bookvol11 document buidling stanza moved to the wrong directory
and thus cannot find the axiomfront.ps file.

The user/group information in the axbook.tgz file was wrong.

Tim

=======================================================================
diff --git a/changelog b/changelog
index 684be9c..6d3b0b6 100644
- --- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20071215 tpd src/hyper/Makefile fix typo in bookvol11 building stanza
+20071215 tpd src/hyper/axbook.tgz fix the user/group settings
 20071215 tpd src/interp/bookvol5 browse and top-level command handling
 20071215 tpd src/interp/setq.lisp move command initialization to bookvol5
 20071215 tpd src/interp/nci.lisp move ncloopInclude to bookvol5
diff --git a/src/hyper/Makefile.pamphlet b/src/hyper/Makefile.pamphlet
index 7d43f87..39c9ea8 100644
- --- a/src/hyper/Makefile.pamphlet
+++ b/src/hyper/Makefile.pamphlet
@@ -1114,7 +1114,7 @@ ${HYPER}/doctitle.png: ${IN}/doctitle.png
 ${MNT}/${SYS}/doc/bookvol11.dvi: ${IN}/bookvol11.pamphlet 
        @ echo 153 making ${MNT}/${SYS}/doc/bookvol11.dvi \
             from ${IN}/bookvol11.pamphlet
- -     @ ( cd ${MNT}/${SYS} ; \
+       @ ( cd ${MNT}/${SYS}/doc ; \
            cp ${IN}/bookvol11.pamphlet . ; \
            ${DOCUMENT} ${NOISE} bookvol11 ; \
            rm -f bookvol11.pamphlet ; \
@@ -1125,7 +1125,7 @@ ${MNT}/${SYS}/doc/bookvol11.dvi: ${IN}/bookvol11.pamphlet
 @
 <<axbook>>=
 ${HYPER}/axbook/book-index.xhtml: ${IN}/axbook.tgz
- -     @ echo 154 making ${HYPER}/axbook/*.xhtml from ${IN}/axbook.tgz
+       @ echo 154 making ${HYPER}/axbook/xhtml from ${IN}/axbook.tgz
        @( cd ${HYPER} ; tar -zxf ${IN}/axbook.tgz )
 
 @
diff --git a/src/hyper/axbook.tgz b/src/hyper/axbook.tgz
index 2baf4bb..1f24460 100644
Binary files a/src/hyper/axbook.tgz and b/src/hyper/axbook.tgz differ
------- End of forwarded message -------




reply via email to

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