now copy generated man pages to the distribution

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@7711 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
michelou 2006-06-07 13:29:28 +00:00
parent 139b8dc984
commit 17bec35c84
2 changed files with 5 additions and 4 deletions

View File

@ -477,7 +477,7 @@ BUILD QUICK-TEST LAYER
copyright="${copyright.string}"/>
<quicktool
file="${quick.dir}/bin/${fsc.exec.name}"
name="Fast Scala compiler"
name="Scala scripting tool"
class="scala.tools.nsc.CompileClient"
version="${version.number}"
copyright="${copyright.string}"/>
@ -607,7 +607,7 @@ TEST
copyright="${copyright.string}"/>
<straptool
file="${strap.dir}/bin/${fsc.exec.name}"
name="Fast Scala compiler"
name="Scala scripting tool"
class="scala.tools.nsc.CompileClient"
version="${version.number}"
copyright="${copyright.string}"/>
@ -785,8 +785,9 @@ GENERATES A DISTRIBUTION
<copy todir="${dist.current.dir}/doc/scala/examples">
<fileset dir="${docs.dir}/examples"/>
</copy>
<ant dir="${docs.dir}/man" target="dist" inheritAll="false"/>
<copy todir="${dist.current.dir}/man">
<fileset dir="${docs.dir}/man"/>
<fileset dir="${docs.dir}/man/dists" includes="**/*.1"/>
</copy>
<!-- Recreate the 'latest' link to point to this distribution -->
<if><isset property="os.win"/>

View File

@ -14,7 +14,7 @@
<property name="dist.dir" value="${basedir}/dists"/>
<target name="init">
<echo level="verbose">scala.dir=${scala.dir}</echo>
<echo level="verbose">scala.lib.dir=${scala.lib.dir}</echo>
<fail message="A required Scala library is missing.">
<condition><not><and>
<available file="${scala-library.jar}"/>