Hi,
I managed to get it working with the xslt params that you give. However,
I can't set home and up buttons in navigation to a specific url.
I already try these params and nothing work:
*Jamfile:*
xml main : src/main.qbk ;
xml clientXml : src/app/client.qbk ;
boostbook main_base
:
main
:
xsl:paramboost.image.src="./images/logo.png"
xsl:paramboost.image.w=100
xsl:paramboost.image.h=100
xsl:paramnav.layout=none
xsl:parambase.dir=../doc/html/
xsl:paramroot.filename=index
xsl:paramhtml.stylesheet=./boost.css
xsl:paramgenerate.manifest=0
xsl:paramhtmlhelp.button.home=0
<dependency>.//clientXml
<implicit-dependency>.//clientXml
;
boostbook client
:
clientXml
:
xsl:paramboost.image.src="./../../images/logo.png"
xsl:paramboost.image.w=100
xsl:paramboost.image.h=100
xsl:paramnav.layout=none
xsl:paramnavig.graphics.path="./../../images/"
xsl:parambase.dir=../doc/html/app/client/
xsl:paramroot.filename=index
xsl:paramhtml.stylesheet=./../../boost.css
xsl:paramgenerate.manifest=0
;
Thanks
On 02-06-2010 17:35, John Maddock wrote:
However, they have been building at the same root folder. That fact
left me
only one index file, because the previous one have been overwrite.
How can I resolve it?
Not sure but I think base.dir and root.filename are the xslt params
you're looking for, see:
http://docbook.sourceforge.net/release/xsl/current/doc/html/index.html
John.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users