html-help will be compiled last.

Because many people won't have MS html help workshop installed. This way,
we can still run a `build doc-reference` and get html and pdf output,
before the build fails (non-fatal, btw).
This commit is contained in:
Marijn van der Zee
2011-10-12 21:00:59 +02:00
parent 24e09c64aa
commit 941a41ed0e

View File

@@ -17,7 +17,8 @@
<echo message="project.basedir = ${project.basedir}"/>
<echo message="project.targetdir = ${project.targetdir}"/>
</target>
<target name="all" depends="html,html-help,pdf"/>
<target name="all" depends="html,pdf,html-help"/>
<target name="html">
<echo message="Generating HTML format..." />