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

Re: Question on RedHat RPM documentation build

From: Ben Reser <ben_at_reser.org>
Date: 2003-12-25 22:18:45 CET

On Thu, Dec 25, 2003 at 02:33:07PM -0600, David Summers wrote:
> Is anyone else seeing something similar?
>
> I don't find a docbook.xsl now in the subversion doc directories. Should
> that be changed to html-stylesheet.xsl or one of the other xsl files in
> those directories or am I doing something wrong? (This is my first try
> at compiling subversion since 0.32.1 so something else might have changed,
> but I'm looking through the log files and the only thing that looks like
> it might be affecting it since 0.32.1 is r7740.)
>
> Any pointers, suggestions, ideas, etc., gratefully accepted.

Yes it's a bug in the way the docs are built.

I pointed the problem out in this email:
http://marc.theaimsgroup.com/?l=subversion-dev&m=107112162701634&w=2

This is the workaround I'm using in my spec file for Mandrake:

%{__perl} -pi -e 's#href="xsl/(html/docbook.xsl)"#href="%{_datadir}/sgml/docbook/xsl-stylesheets/$1"#;' tools/html-stylesheet.xsl
%{__perl} -pi -e 's#href="xsl/(html/chunk.xsl)"#href="%{_datadir}/sgml/docbook/xsl-stylesheets/$1"#;' tools/chunk-stylesheet.xsl

Ugly but it works.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 25 22:19:20 2003

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

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