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
commita80a0b601f50141e5e3abb0e9449b3cc5220ca69 (patch)
tree15f83396391c97e00ff06d3a95d4b61df4062af8
parent53df223b3e2d08aed1bb70649c1f0269e0639f84 (diff)
downloadqpid-python-a80a0b601f50141e5e3abb0e9449b3cc5220ca69.tar.gz
Use ln to make images available to html.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@924966 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--doc/book/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/book/Makefile b/doc/book/Makefile
index 26b3fced16..2781f131ab 100644
--- a/doc/book/Makefile
+++ b/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