Browse Source

svn changeset:49/svn branch:toolkit

tags/6.7.0.beta1
Joonas Lehtinen 17 years ago
parent
commit
923c1d084e
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      build/build.xml

+ 9
- 1
build/build.xml View File

@@ -118,7 +118,15 @@

<!-- Documentation- - - - - - - - - - - - - - - - - - - - - - - - - -->

<target name="docs" depends="javadoc,manual-pdf,manual-html">
<target name="docs" depends="javadoc,manual-pdf,manual-html,package-docs">
</target>

<target name="package-docs" depends="init">
<copy todir="${output-dir}">
<fileset dir="doc/package-docs">
<exclude name="**/.svn"/>
</fileset>
</copy>
</target>

<target name="javadoc" depends="init">

Loading…
Cancel
Save