From f7c0dd850c6d3b22e67ff2303e9c7de63110a727 Mon Sep 17 00:00:00 2001 From: michelou Date: Sat, 11 Oct 2008 08:12:42 +0000 Subject: fix 1106 (Windows issue) --- build.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 3f8c2a6e31..47110b3f62 100644 --- a/build.xml +++ b/build.xml @@ -1,4 +1,4 @@ - + @@ -920,7 +920,8 @@ DOCUMENTATION destdir="${build.dir}/manmaker/classes" classpathref="pack.classpath" srcdir="${src.dir}/manual" - includes="**/*.scala"/> + includes="**/*.scala" + addparams="${scalac.args}"/> @@ -930,13 +931,18 @@ DOCUMENTATION + - + manout="${build-docs.dir}/manual/genman"/> + + -- cgit v1.2.3