mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-01 06:49:25 +00:00
This closes #487
This commit is contained in:
commit
a3558c3dce
@ -174,14 +174,16 @@
|
||||
<!-- lets generate the gitbook -->
|
||||
<mkdir dir="${webapp-outdir-user-manual}" />
|
||||
<echo>executing ${gitbook.cmd}</echo>
|
||||
<exec executable="${gitbook.cmd}">
|
||||
<exec executable="${gitbook.cmd}" failonerror="true">
|
||||
<env key="PATH" path="${basedir}/node"/>
|
||||
<arg value="build" />
|
||||
<arg value="${basedir}/../docs/user-manual/en" />
|
||||
<arg value="${webapp-outdir-user-manual}" />
|
||||
</exec>
|
||||
<mkdir dir="${webapp-outdir-hacking-guide}" />
|
||||
<echo>executing ${gitbook.cmd}</echo>
|
||||
<exec executable="${gitbook.cmd}">
|
||||
<exec executable="${gitbook.cmd}" failonerror="true">
|
||||
<env key="PATH" path="${basedir}/node"/>
|
||||
<arg value="build" />
|
||||
<arg value="${basedir}/../docs/hacking-guide/en" />
|
||||
<arg value="${webapp-outdir-hacking-guide}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user