Fix voice and manual build scripts even more
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26531 a1c6a512-1295-4272-9138-f99709370657
diff --git a/tools/release/manuals.pl b/tools/release/manuals.pl
index 300557c..3992da5 100755
--- a/tools/release/manuals.pl
+++ b/tools/release/manuals.pl
@@ -59,7 +59,7 @@
`rm -rf * >/dev/null 2>&1`;
- my $c = "../tools/configure --target=$target --type=m";
+ my $c = "../tools/configure --target=$target --type=m --ram=0";
print "C: $c\n" if($verbose);
`$c`;
diff --git a/tools/release/voices.pl b/tools/release/voices.pl
index 185524c..d4a91b1 100755
--- a/tools/release/voices.pl
+++ b/tools/release/voices.pl
@@ -56,7 +56,7 @@
`rm -rf * >/dev/null 2>&1`;
- my $c = "../tools/configure --type=av --target=$model --language=0 --tts=f";
+ my $c = "../tools/configure --type=av --target=$model --language=0 --tts=f --ram=0 --voice=0";
print "C: $c\n" if($verbose);
`$c`;