diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-03-18 19:44:04 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-03-18 19:44:04 +0000 |
| commit | a80a0b601f50141e5e3abb0e9449b3cc5220ca69 (patch) | |
| tree | 15f83396391c97e00ff06d3a95d4b61df4062af8 /doc | |
| parent | 53df223b3e2d08aed1bb70649c1f0269e0639f84 (diff) | |
| download | qpid-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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/book/Makefile | 3 |
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 |
