[MPlayer-dev-eng] XML docs updated

Daniel Egger degger at fhm.edu
Sat Mar 1 16:51:48 CET 2003


Am Sam, 2003-03-01 um 15.48 schrieb Gabucino:
> Daniel Egger wrote:
> > Interesting. yelp is the GNOME help component, however this should *not*
> > be needed to compile the docs. Would you mind removing the offending
> > line from html.xsl to check what's going on?
> HTML/default.css was created, and nothing more.
> (without errors, yeah!!;)

Indeed, the stylesheet is foobar.

Use the following patch to make it compile on a Debian system:
--- html.xsl.orig       2003-02-12 23:15:27.000000000 +0100
+++ html.xsl    2003-03-01 16:47:07.000000000 +0100
@@ -5,7 +5,7 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
  
-  <xsl:import href="/usr/share/sgml/docbook/yelp/docbook/html/chunk.xsl"/>
+  <xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl"/>
   <xsl:include href="html-common.xsl"/>
  
 </xsl:stylesheet>

Except we would want to rely on yelp tdehe original stylesheet won't
work.
Oh yes, before I forget: The path to the stylesheet needs to be
autodetected in configure or the compilation will have a hard time.
I have a configure.in to do exactly that for a few systems but
unfortunately mplayer only goes the half way wrt autoconf.

-- 
Servus,
       Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20030301/59cd46d5/attachment.pgp>


More information about the MPlayer-dev-eng mailing list