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:
@@ -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..." />
|
||||
|
||||
Reference in New Issue
Block a user