diff options
Diffstat (limited to 'src/Makefile.pamphlet')
-rw-r--r-- | src/Makefile.pamphlet | 2 |
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} |