added directory 'examples' to generated distribution

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@6648 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2006-03-09 14:13:01 +00:00
parent 0e931fb2b5
commit f0f520ec0e
1 changed files with 4 additions and 1 deletions

View File

@ -988,10 +988,13 @@ GENERATES A DISTRIBUTION
file="${dist.current.dir}/bin/${scalaint.exec.name}"
perm="ugo+rx"
/>
<!-- Copy the API and man -->
<!-- Copy the API, examples and man -->
<copy todir="${dist.current.dir}/doc/${dist.name}/api">
<fileset dir="${api.lib.dir}"/>
</copy>
<copy todir="${dist.current.dir}/doc/${dist.name}/examples">
<fileset dir="${examples.dir}"/>
</copy>
<copy todir="${dist.current.dir}/man">
<fileset dir="${docs.dir}/man"/>
</copy>