mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Minor fixes to layout of doc build files.
This commit is contained in:
parent
ff2006dc59
commit
9d7ff81411
6 changed files with 29 additions and 10 deletions
|
@ -25,7 +25,7 @@
|
|||
<target name="getJavadocPath">
|
||||
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe" />
|
||||
<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
|
||||
<available file="/usr/bin/javadoc/" property="javadoc" value="/usr/bin/javadoc" />
|
||||
<available file="/usr/bin/javadoc" property="javadoc" value="/usr/bin/javadoc" />
|
||||
</target>
|
||||
|
||||
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">
|
||||
|
|
|
@ -85,6 +85,16 @@
|
|||
</target>
|
||||
-->
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- Steps to do before the target gather.bin.parts -->
|
||||
<!-- Available parameters : -->
|
||||
<!-- base.dir - root of the project -->
|
||||
<!-- build.result.folder - folder containing the build results -->
|
||||
<!-- target.folder - destination folder -->
|
||||
<!-- ===================================================================== -->
|
||||
<target name="pre.gather.bin.parts">
|
||||
</target>
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- Steps to do after the target gather.bin.parts -->
|
||||
<!-- Available parameters : -->
|
||||
|
|
|
@ -2,9 +2,8 @@
|
|||
<plugin>
|
||||
|
||||
<extension point="org.eclipse.help.toc">
|
||||
<toc
|
||||
file="toc.xml"
|
||||
primary="true"/>
|
||||
<toc file="toc.xml" primary="true"/>
|
||||
<index path="index"/>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<target name="getJavadocPath">
|
||||
<available file="${java.home}/../bin/javadoc.exe" property="javadoc" value="${java.home}/../bin/javadoc.exe" />
|
||||
<available file="${java.home}/../bin/javadoc" property="javadoc" value="${java.home}/../bin/javadoc" />
|
||||
<available file="/usr/bin/javadoc/" property="javadoc" value="/usr/bin/javadoc" />
|
||||
<available file="/usr/bin/javadoc" property="javadoc" value="/usr/bin/javadoc" />
|
||||
</target>
|
||||
|
||||
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">
|
||||
|
|
|
@ -85,6 +85,16 @@
|
|||
</target>
|
||||
-->
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- Steps to do before the target gather.bin.parts -->
|
||||
<!-- Available parameters : -->
|
||||
<!-- base.dir - root of the project -->
|
||||
<!-- build.result.folder - folder containing the build results -->
|
||||
<!-- target.folder - destination folder -->
|
||||
<!-- ===================================================================== -->
|
||||
<target name="pre.gather.bin.parts">
|
||||
|
||||
</target>
|
||||
<!-- ===================================================================== -->
|
||||
<!-- Steps to do after the target gather.bin.parts -->
|
||||
<!-- Available parameters : -->
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<!-- ============================================================================= -->
|
||||
|
||||
<extension point="org.eclipse.help.toc">
|
||||
<toc file="toc.xml" primary="true" />
|
||||
<toc file="toc.xml" primary="true"/>
|
||||
<index path="index" />
|
||||
</extension>
|
||||
|
||||
|
@ -23,10 +23,10 @@
|
|||
<!-- ============================================================================= -->
|
||||
|
||||
<extension point="org.eclipse.help.toc">
|
||||
<toc file="topics_Guide.xml" />
|
||||
<toc file="topics_Reference.xml" />
|
||||
<toc file="topics_Questions.xml" />
|
||||
<toc file="topics_Samples.xml" />
|
||||
<toc file="topics_Guide.xml"/>
|
||||
<toc file="topics_Reference.xml"/>
|
||||
<toc file="topics_Questions.xml"/>
|
||||
<toc file="topics_Samples.xml"/>
|
||||
</extension>
|
||||
|
||||
<!-- ============================================================================= -->
|
||||
|
|
Loading…
Add table
Reference in a new issue