diff options
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/Makefile.in | 2 | ||||
-rw-r--r-- | src/algebra/Makefile.pamphlet | 2 | ||||
-rw-r--r-- | src/algebra/exposed.lsp.pamphlet | 9 |
3 files changed, 7 insertions, 6 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index e0c99be5..dc5e3d24 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -10,7 +10,7 @@ EXTRACT_BOOTSTRAP_FILE = \ ## We use interpsys, built from previous stage, to bootstrap the algebra ## files. In fact, we use interpsys to build everything. -COMPILE_LISP = ../interp/interpsys$(EXEEXT) -- --compile --output=$@ $< +COMPILE_LISP = $(INTERPSYS) --compile --output=$@ $< INTERPSYS = ../interp/interpsys$(EXEEXT) -- --system="$(AXIOM)" \ diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet index ff59f5a5..835df3b3 100644 --- a/src/algebra/Makefile.pamphlet +++ b/src/algebra/Makefile.pamphlet @@ -1328,7 +1328,7 @@ EXTRACT_BOOTSTRAP_FILE = \ <<environment>>= ## We use interpsys, built from previous stage, to bootstrap the algebra ## files. In fact, we use interpsys to build everything. -COMPILE_LISP = ../interp/interpsys$(EXEEXT) -- --compile --output=$@ $< +COMPILE_LISP = $(INTERPSYS) --compile --output=$@ $< @ diff --git a/src/algebra/exposed.lsp.pamphlet b/src/algebra/exposed.lsp.pamphlet index cc4000bc..3c12b66c 100644 --- a/src/algebra/exposed.lsp.pamphlet +++ b/src/algebra/exposed.lsp.pamphlet @@ -45,8 +45,9 @@ <<*>>= <<license>> -(in-package 'BOOT) -(setq |$globalExposureGroupAlist| +(import-module "boot-pkg") +(in-package "BOOT") +(defparameter |$globalExposureGroupAlist| '( ;;define the groups |basic| |naglink| |anna| |categories| |Hidden| |defaults| (|basic| @@ -1246,7 +1247,7 @@ (|VectorCategory&| . VECTCAT-) (|VectorSpace&| . VSPACE-))) ) -(setq |$localExposureDataDefault| (VECTOR +(defparameter |$localExposureDataDefault| (VECTOR (LIST ;;These groups will be exposed '|basic| @@ -1261,7 +1262,7 @@ ;;These constructors will be explicitly hidden ) )) -(setq |$localExposureData| (copy-seq |$localExposureDataDefault|)) +(defparameter |$localExposureData| (copy-seq |$localExposureDataDefault|)) @ \eject \begin{thebibliography}{99} |