return proper directory from sxr task

This commit is contained in:
Mark Harrah 2011-07-14 08:33:38 -04:00
parent e3ed09dc92
commit 3bb071dd5f
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ object Sxr
IO.createDirectory(out)
val comp = new compiler.RawCompiler(si, cpOpts, s.log)
comp(srcs, cp.files, out, opts)
out
out.getParentFile / (out.getName + ".sxr")
}
}