summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-03-18 19:44:04 +0000
committerJonathan Robie <jonathan@apache.org>2010-03-18 19:44:04 +0000
commitce544a5801758d13c10c1eb16140ef28dc5eff45 (patch)
treea818093043756519cb34caaa429b04ac666444ec
parentd0c0c11e83798904672f4bb88cd0fdcc93d4570b (diff)
downloadqpid-python-ce544a5801758d13c10c1eb16140ef28dc5eff45.tar.gz
Use ln to make images available to html.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924966 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/doc/book/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/doc/book/Makefile b/qpid/doc/book/Makefile
index 26b3fced16..2781f131ab 100644
--- a/qpid/doc/book/Makefile
+++ b/qpid/doc/book/Makefile
@@ -24,6 +24,9 @@ build/qpid-book.xml:
out/html/index.html: build/qpid-book.xml
mkdir -p out/html
+ mkdir -p out/html/Common_Content
+ cd out/html; ln -s ../../src/images
+ cd out/html/Common_Content; ln -s ../../../src/images
cd out/html; xsltproc ${DOCBOOKXSL}/html/chunk.xsl ../../build/qpid-book.xml
pdf: out/pdf/qpid-book.pdf