aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-02-10 04:48:39 +0000
committerdos-reis <gdr@axiomatics.org>2008-02-10 04:48:39 +0000
commit6b365f926f1f0430c34498392e1dddbff126bc48 (patch)
treebdbc548cea2b0968863d9695bbdfc1732b16c3c5 /src/Makefile.pamphlet
parent06e82157a75ebb6f14dae6a76a9e3a2b883b2c7a (diff)
downloadopen-axiom-6b365f926f1f0430c34498392e1dddbff126bc48.tar.gz
Add support for batch processing.
Diffstat (limited to 'src/Makefile.pamphlet')
-rw-r--r--src/Makefile.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.pamphlet b/src/Makefile.pamphlet
index f2f86358..2e6240a3 100644
--- a/src/Makefile.pamphlet
+++ b/src/Makefile.pamphlet
@@ -65,7 +65,7 @@ all-clef: all-lib
Superman (\Tool{sman}) is the master process that runs all of the other
processes including \Tool{axiom}, \Tool{clef}, nagman, graphics, and hyperdoc
<<smandir>>=
-all-sman: all-lib
+all-sman: all-lib all-driver
$(mkinstalldirs) $(axiom_target_bindir)
$(mkinstalldirs) $(axiom_target_libdir)
cd sman && ${MAKE}