Run Documentation formatting in parallel

AsciiDoc is slow. Run 8 forks in parallel, assuming most developers
building Gerrit need at least 4 cores to get through the GWT builds.

Change-Id: Icf1a244d528f91aa5b8fbc10aa905ce3b32a3535
This commit is contained in:
Shawn Pearce
2013-05-06 12:31:23 -07:00
parent 05751387f0
commit db4e14f1a8

View File

@@ -251,6 +251,7 @@ limitations under the License.
<arg value="VERSION=${project.version}" />
<arg value="clean" />
<arg value="all" />
<arg value="-j8" />
</exec>
<mkdir dir="${dst}" />
@@ -278,6 +279,7 @@ limitations under the License.
<arg value="VERSION=${project.version}" />
<arg value="clean" />
<arg value="all" />
<arg value="-j8" />
</exec>
<mkdir dir="${dst}" />