37 |
37 |
38 <property name="doc.src.dir" location="${basedir}/doc/src" /> |
38 <property name="doc.src.dir" location="${basedir}/doc/src" /> |
39 <!-- Override docs targets to do more for Helium. --> |
39 <!-- Override docs targets to do more for Helium. --> |
40 <target name="apidocs" depends="internal.docs.apidocs"/> |
40 <target name="apidocs" depends="internal.docs.apidocs"/> |
41 <!-- Generate rst files for docs --> |
41 <!-- Generate rst files for docs --> |
42 <target name="prep-textdocs" depends="overview-to-html,dependency-diagram, |
42 <target name="prep-textdocs"> |
43 dependency-logs,release-diff,helium-user-graph,internal.docs.prep-textdocs,helium-prep-textdocs"/> |
43 <parallel> |
|
44 <antcall target="overview-to-html"/> |
|
45 <antcall target="dependency-diagram"/> |
|
46 <antcall target="dependency-logs"/> |
|
47 <antcall target="release-diff"/> |
|
48 <antcall target="helium-user-graph"/> |
|
49 </parallel> |
|
50 <antcall target="internal.docs.prep-textdocs"/> |
|
51 <antcall target="helium-prep-textdocs"/> |
|
52 </target> |
|
53 |
44 <!-- generate all the user documentation for helium --> |
54 <!-- generate all the user documentation for helium --> |
45 <target name="docs" depends="clean-docs,docs-database,apidocs,textdocs"/> |
55 <target name="docs" depends="clean-docs,docs-database,apidocs,textdocs,docs-check-links"/> |
46 |
56 |
47 <!-- Generates an Ant XML database file showing only public content. |
57 <!-- Generates an Ant XML database file showing only public content. |
48 @scope private |
58 @scope private |
49 --> |
59 --> |
50 <target name="docs-database"> |
60 <target name="docs-database"> |