From 98cd1f5a4b6469760944d4455c04185d571c67ed Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 2 Sep 2007 05:09:26 +0000 Subject: 2007-09-01 Gabriel Dos Reis * configure.ac.pamphlet (<>): 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 * document.in (TANGLE): New environment variable. Use in place nacked notangle. (WEAVE): New environment variable. Use in place of noweave. --- config/var-def.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/var-def.mk') 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 -- cgit v1.2.3