summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2012-03-23 11:43:39 -0400
committerJosh Suereth <joshua.suereth@gmail.com>2012-03-27 09:39:13 -0400
commite56e48ca3a60122697ebba47ed3948fbe0be92c5 (patch)
tree2ef53fbf69b337128208a4eafa502036d768edc7 /build.xml
parent506bcfe71c93160ebfa0ca9b8b170b4b54e844e9 (diff)
downloadscala-e56e48ca3a60122697ebba47ed3948fbe0be92c5.tar.gz
scala-e56e48ca3a60122697ebba47ed3948fbe0be92c5.tar.bz2
scala-e56e48ca3a60122697ebba47ed3948fbe0be92c5.zip
No longer generate SBAZ documentation as part of distribution.
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 2f655c2077..fcf4f90883 100644
--- a/build.xml
+++ b/build.xml
@@ -1671,7 +1671,7 @@ DOCUMENTATION
<taskdef name="genman"
classname="scala.tools.docutil.ManMaker"
classpathref="manual.classpath"/>
- <genman command="fsc, sbaz, scala, scalac, scaladoc, scalap"
+ <genman command="fsc, scala, scalac, scaladoc, scalap"
htmlout="${build-docs.dir}/manual/html"
manout="${build-docs.dir}/manual/genman"/>
<!-- On Windows source and target files can't be the same ! -->