[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: book broken in 0.34.0

From: Arkadiusz Miskiewicz <arekm_at_pld-linux.org>
Date: 2003-12-05 00:35:38 CET

On Thursday 04 of December 2003 23:48, Ben Collins-Sussman wrote:
> There's no breakage here. Our policy has always been:
>
> 1. release tarballs contain pre-built docs.
>
> 2. developers must download & unpack 'xsl' and 'fop' packages into
> their tree in order to compile the docs. This is all documented in the
> README for doc/book/.
>
> It looks like some older tarballs may have included the 'xsl' package,
> and now they don't. Whatever the case, you need to perform step #2.
Previously I was building with:

make -C doc/book all-html \
       XSL_DIR=/usr/share/sgml/docbook/xsl-stylesheets/

but in 0.34.0 two new files appeared doing
<xsl:import href="xsl/html/chunk.xsl"/>
<xsl:import href="xsl/fo/docbook.xsl"/>

chunk.xsl and docbook.xsl are part of docbook-xsl package and are located in:
/usr/share/sgml/docbook/xsl-stylesheets/html/chunk.xsl
and /usr/share/sgml/docbook/xsl-stylesheets/html/docbook.xsl.

Now I'm doing
ln -s /usr/share/sgml/docbook/xsl-stylesheets doc/book/tools/xsl
make -C doc/book all-html

and everything works fine.

-- 
Arkadiusz Miƛkiewicz    CS at FoE, Wroclaw University of Technology
arekm.pld-linux.org AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PLD/Linux
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 5 00:37:08 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.