aboutsummaryrefslogtreecommitdiff
path: root/build/buildall.pl
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2010-08-01 22:15:42 +0200
committerMoritz Lenz <moritz@faui2k3.org>2010-08-01 22:16:04 +0200
commitb237f274fc10d1ad5797a8c87ba877a185f9e157 (patch)
tree3ce7258c7b3562cb596a244150835059d60b653e /build/buildall.pl
parent3f97bc3f81fefc05f7376c11a01f474198ef8145 (diff)
[README] be more verbose about not building distributions, unless you are a developer
Diffstat (limited to 'build/buildall.pl')
-rw-r--r--build/buildall.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildall.pl b/build/buildall.pl
index 3aa9d8b..55dc9c6 100644
--- a/build/buildall.pl
+++ b/build/buildall.pl
@@ -51,7 +51,7 @@ $ENV{PERL6LIB} = $proto_lib;
chdir 'proto' or die "Can't chdir to 'proto': $!";
# TODO: find a better way to determine which modules to install in this step.
# Likely derive from @modules or so.
-for (qw(zavolaj xml-writer svg svg-plot)) {
+for (qw(zavolaj xml-writer svg svg-plot Math-RungeKutta Math-Model)) {
print "Installing $_...\n";
system('perl6', 'proof-of-concept', $_) == 0
or die "Can't run poc $_ ($?): $!";