diff options
author | dos-reis <gdr@axiomatics.org> | 2007-09-02 05:09:26 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-09-02 05:09:26 +0000 |
commit | 98cd1f5a4b6469760944d4455c04185d571c67ed (patch) | |
tree | 996b82c815c616255defeb7a7a9dad96ef812447 /config | |
parent | c866e56d51d4b19c8e9526137e8ffae5db233ea9 (diff) | |
download | open-axiom-98cd1f5a4b6469760944d4455c04185d571c67ed.tar.gz |
2007-09-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
* configure.ac.pamphlet (<<find lisp>>): Keep gcl directory test
simple.
* Makefile.pamphlet (maybe-cp-noweb-srcdir): New rule. Factored
from the rule below.
($(addprefix $(axiom_build_bindir)/, notangle noweave)): Make it a
prerequisite.
* config/var-def.mk (WEAVE): Export.
(WEAVE): Likewise.
src/scripts/
2007-09-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
* document.in (TANGLE): New environment variable. Use in place
nacked notangle.
(WEAVE): New environment variable. Use in place of noweave.
Diffstat (limited to 'config')
-rw-r--r-- | config/var-def.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/var-def.mk b/config/var-def.mk index 874e3b8a..ef7941ea 100644 --- a/config/var-def.mk +++ b/config/var-def.mk @@ -211,6 +211,9 @@ axiom_build_nowebdir = $(axiom_builddir)/noweb TANGLE = @NOTANGLE@ WEAVE = @NOWEAVE@ +## We export TANGLE and WEAVE for use in subshells, such as document. +export TANGLE +export WEAVE AXIOM_LISP = @AXIOM_LISP@ # Extension of the output file name returned by compile-file |