corrected typo
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@15601 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
117746ffaf
commit
a799e016ee
|
@ -967,13 +967,12 @@ DISTRIBUTION
|
|||
</target>
|
||||
|
||||
<target name="dist.latest.win" depends="dist.base" if="os.win">
|
||||
<copy todir="${dists.dir}">
|
||||
<copy todir="${dists.dir}/latest">
|
||||
<fileset dir="${dist.dir}"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="dist.latest"
|
||||
depends="dist.latest.unix,dist.latest.win"/>
|
||||
<target name="dist.latest" depends="dist.latest.unix,dist.latest.win"/>
|
||||
|
||||
<target name="dist.doc" depends="dist.latest">
|
||||
<mkdir dir="${dist.dir}/doc/scala"/>
|
||||
|
|
Loading…
Reference in New Issue