fix the path of the images in the book

Project: http://git-wip-us.apache.org/repos/asf/ant-ivyde/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivyde/commit/cd66864e
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivyde/tree/cd66864e
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivyde/diff/cd66864e

Branch: refs/heads/ivyDECredentials-cleaned
Commit: cd66864e9f18e6950021a3e9c8d4d7d874bc5d2f
Parents: 808c8f2
Author: Nicolas Lalevée <[email protected]>
Authored: Sat Jul 1 13:09:52 2017 +0200
Committer: Nicolas Lalevée <[email protected]>
Committed: Sat Jul 1 13:10:05 2017 +0200

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivyde/blob/cd66864e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index deaba57..4087f5b 100644
--- a/build.xml
+++ b/build.xml
@@ -241,6 +241,7 @@
     <target name="generate-dist-doc-book" 
depends="compute-version,init-asciidoctor,generate-dist-doc-book-adoc">
         <asciidoctor:convert sourceDirectory="${work.dir}/book" 
outputDirectory="${dist.work.dir}/apache-ivyde-${build.version}/doc" 
backend="xhtml5"
                              templateDir="${doc.dir}/templates/book" 
sourceHighlighter="highlightjs" doctype="book">
+            <attribute key="imagesdir" value=""/>
             <attribute key="version" value="${build.version}" />
         </asciidoctor:convert>
     </target>

Reply via email to