include README in the dist

This commit is contained in:
Doug MacEachern 2004-07-21 18:39:58 +00:00
parent 878c17e02c
commit 449fd1eccc
1 changed files with 6 additions and 0 deletions

View File

@ -229,6 +229,12 @@
</target>
<target name="dist-support" depends="javadoc">
<copy toDir="${dist}" overwrite="true">
<fileset dir="../..">
<include name="README"/>
</fileset>
</copy>
<!-- docs -->
<mkdir dir="${dist}/docs"/>
<copy toDir="${dist}/docs" overwrite="true">