summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-11-28 04:41:29 +0000
committerLex Spoon <lex@lexspoon.org>2007-11-28 04:41:29 +0000
commit25258b3d6d1152884471fbee1d9a3ad7d9649170 (patch)
treedeeaf39377c04c00a6abca735a750cb3e301e67e /debian/rules
parentb7af5e53d19c49c1748776b271bc4ff237529bf0 (diff)
downloadscala-25258b3d6d1152884471fbee1d9a3ad7d9649170.tar.gz
scala-25258b3d6d1152884471fbee1d9a3ad7d9649170.tar.bz2
scala-25258b3d6d1152884471fbee1d9a3ad7d9649170.zip
In the Debian build scripts, do not run scalado...
In the Debian build scripts, do not run scaladoc by default. It must be requested explicitly.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 395e5e6f7c..99d63d4a52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export DH_VERBOSE=1
build: build-stamp
build-stamp:
dh_testdir
- ANT_OPTS=-Xmx512M ant -f debian/simpbuild.xml dist
+ ANT_OPTS=-Xmx512M ant -f debian/simpbuild.xml build docs dist
touch build-stamp
clean: