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>
<target name="dist-support" depends="javadoc"> <target name="dist-support" depends="javadoc">
<copy toDir="${dist}" overwrite="true">
<fileset dir="../..">
<include name="README"/>
</fileset>
</copy>
<!-- docs --> <!-- docs -->
<mkdir dir="${dist}/docs"/> <mkdir dir="${dist}/docs"/>
<copy toDir="${dist}/docs" overwrite="true"> <copy toDir="${dist}/docs" overwrite="true">