You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2010/03/18 20:44:04 UTC

svn commit: r924966 - /qpid/trunk/qpid/doc/book/Makefile

Author: jonathan
Date: Thu Mar 18 19:44:04 2010
New Revision: 924966

URL: http://svn.apache.org/viewvc?rev=924966&view=rev
Log:
Use ln to make images available to html.

Modified:
    qpid/trunk/qpid/doc/book/Makefile

Modified: qpid/trunk/qpid/doc/book/Makefile
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/Makefile?rev=924966&r1=924965&r2=924966&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/Makefile (original)
+++ qpid/trunk/qpid/doc/book/Makefile Thu Mar 18 19:44:04 2010
@@ -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



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org