Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.doc/build.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.doc/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.doc/build.xml b/plugins/org.eclipse.emf.cdo.releng.doc/build.xml
index 3d375732f9..0420bfb7bd 100644
--- a/plugins/org.eclipse.emf.cdo.releng.doc/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.doc/build.xml
@@ -32,12 +32,14 @@
<ant antfile="${releng.project}/buildLib.ant" target="delegate">
<property name="delegate.target" value="build.article" />
</ant>
+ <ant antfile="${releng.project}/buildLib.ant" target="toc"/>
</target>
<target name="build" depends="assemble.scripts">
<ant antfile="${releng.project}/buildLib.ant" target="delegate">
<property name="delegate.target" value="build" />
</ant>
+ <ant antfile="${releng.project}/buildLib.ant" target="toc"/>
</target>
</project>

Back to the top