summaryrefslogtreecommitdiff
path: root/docs/man/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/build.xml')
-rw-r--r--docs/man/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/man/build.xml b/docs/man/build.xml
index 1b00542a64..37116463ff 100644
--- a/docs/man/build.xml
+++ b/docs/man/build.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id$ -->
<project name="scala-manpages" default="build">
@@ -47,6 +48,7 @@
<target name="dist" depends="build">
<mkdir dir="${dist.dir}"/>
+ <emit command="sbaz"/>
<emit command="scala"/>
<emit command="scalac"/>
<emit command="scaladoc"/>