diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index e9e0423912..2cf1d7d076 100644 --- a/build/build.xml +++ b/build/build.xml @@ -976,7 +976,7 @@ <!-- ================================================================== --> <!-- Documentation --> <!-- ================================================================== --> - <target name="docs" depends="init, manual"> + <target name="docs" depends="init, javadoc, manual"> </target> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> |