summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>