From a01e08564facbeadccd3c09b719358af5a148d4f Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 23 May 2008 12:19:54 +0000 Subject: Fix breakage from last commits. --- src/Makefile.pamphlet | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/Makefile.pamphlet') diff --git a/src/Makefile.pamphlet b/src/Makefile.pamphlet index bff65b35..0b9b2275 100644 --- a/src/Makefile.pamphlet +++ b/src/Makefile.pamphlet @@ -124,7 +124,7 @@ all-boot: all-lisp Once \Tool{bootsys} exists we need to build \Tool{interpsys}. <>= -all-interpsys: all-boot all-hyper +all-interpsys: all-boot all-hyper-pre cd interp && ${MAKE} all-interpsys all-axiomsys: all-asq @@ -174,9 +174,12 @@ steps. The first step uses the [[document]] command to extract the normal Makefile information. <>= -all-algebra: all-interpsys all-share +all-algebra: all-interpsys all-share all-hyper-pre @ $(mkinstalldirs) algebra/strap cd algebra && ${MAKE} + +all-hyper-pre: all-lib + cd hyper && $(MAKE) all-hyper-pre @ \subsection{The \File{input/} directory} @@ -208,8 +211,11 @@ The \Tool{asq} \cite{2} command, contained in this directory, is useful for finding detailed information about domains, packages, and categories from the shell without running Axiom. <>= -all-asq: all-algebra +all-asq: all-hyper-post cd etc && ${MAKE} + +all-hyper-post: all-algebra + cd hyper && $(MAKE) all-hyper-post @ \subsection{The \File{doc/} directory} -- cgit v1.2.3