From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-11-05 13:24:17


On Tuesday 05 November 2002 01:52 pm, Larry Evans wrote:
> Douglas Gregor wrote:
> [snip]
>
> >All code is now in the sandbox, under the directory libs/documentation. To
> >reproduce the HTML directly, apply the reference-xsl/html/reference.xsl
>
> I downloaded this Nov. 4 and tried to get the
> DocBook-4.2/docbook-xsl-1.57.0 stylesheets used as the value of the
> DOCBOOK_XSLT_PATH Makefile macro. I downloaded 2 rpm's from:
> http://www.rpmfind.net/linux/rpm2html/search.php?query=docbook-style-xsl
> but neither worked with your Makefile even after I adjusted the value of
> the macro.
>
> Could you let me know how you got this docbook-xsl-1.57.0?

I grabbed the stylesheets from
  http://sourceforge.net/project/showfiles.php?group_id=21935

You'll also need to have an XSLT processor available. I suggest xsltproc (part
of libxslt, from the GNOME project), but you can also use Saxon (if you have
the Java 1.4 runtime).

If you run into more problems, just ask. I might be able to debug then faster
if you can post the output from running make.

        Doug