summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-03-01 08:55:12 -0500
committerJosh Suereth <joshua.suereth@gmail.com>2012-03-01 08:55:12 -0500
commit43fb071a47eb56f45e8cabc34f7f48b296104b99 (patch)
treef35a9cde19f79c455072e376d7d32558582806ea
parente8b02f7a924ccab2e100bcd6664ea74255629271 (diff)
downloadscala-43fb071a47eb56f45e8cabc34f7f48b296104b99.tar.gz
scala-43fb071a47eb56f45e8cabc34f7f48b296104b99.tar.bz2
scala-43fb071a47eb56f45e8cabc34f7f48b296104b99.zip
Fixed nightly target to include all documentation
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 2137ff7592..96de0f91f8 100644
--- a/build.xml
+++ b/build.xml
@@ -1923,7 +1923,7 @@ FORWARDED TARGETS FOR NIGHTLY BUILDS
</antcall>
</target>
- <target name="nightly-nopt" depends="all.done">
+ <target name="nightly-nopt" depends="all.done docs.all">
<!-- cannot antcall all.done, the properties defined in there (dist.dir) are not returned. need depends. -->
<ant antfile="${src.dir}/build/pack.xml" target="pack-all.done" inheritall="yes" inheritrefs="yes"/>
</target>