You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/11/14 12:31:54 UTC

[qpid-site] 01/02: fix dispatch doc generation script to work for recent releases like 1.9.0, 1.8.0 etc

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/qpid-site.git

commit 6e76a6ee8deffb67d15cdd5e7ee61555ece3ed3a
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Thu Nov 14 12:29:44 2019 +0000

    fix dispatch doc generation script to work for recent releases like 1.9.0, 1.8.0 etc
---
 scripts/gen-dispatch-release-docs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/gen-dispatch-release-docs b/scripts/gen-dispatch-release-docs
index f872992..9e2dc2a 100755
--- a/scripts/gen-dispatch-release-docs
+++ b/scripts/gen-dispatch-release-docs
@@ -46,7 +46,7 @@ def gen_dispatch_docs(release, source_dir, output_dir):
     make_dir(book_output_dir)
 
     call("asciidoctor --no-header-footer -o {} {}", book_output_file, book_input_file)
-    copy(join(book_input_dir, "images"), join(book_output_dir, "images"))
+    copy(join(book_input_dir, "../_images"), join(book_output_dir, "_images"))
 
     # Asciidoctor strips the title - add it back
     prepend(book_output_file, "<h1>Using Qpid Dispatch</h1>\n")


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org