summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-06-15 13:23:32 +0000
committermichelou <michelou@epfl.ch>2006-06-15 13:23:32 +0000
commit39a1658065dec265fe40f35c8510f92c3f952811 (patch)
tree3e686bc89ecefef3ea2bbde8e4b30a09682dd925 /build.xml
parentf451a2fc8de6a06cf7c42a2df811168253d2911a (diff)
downloadscala-39a1658065dec265fe40f35c8510f92c3f952811.tar.gz
scala-39a1658065dec265fe40f35c8510f92c3f952811.tar.bz2
scala-39a1658065dec265fe40f35c8510f92c3f952811.zip
fixed target directory for man pages in build.xml
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 2cbc67ae62..949b4c6ef3 100644
--- a/build.xml
+++ b/build.xml
@@ -840,7 +840,7 @@ GENERATES A DISTRIBUTION
<copy todir="${dist.current.dir}/doc/scala/examples">
<fileset dir="${docs.dir}/examples"/>
</copy>
- <copy todir="${dist.current.dir}/man">
+ <copy todir="${dist.current.dir}/man/man1">
<fileset dir="${tooldocs.dir}" includes="**/*.1"/>
</copy>
<copy todir="${dist.current.dir}/doc/scala/tools">