[OpenAFS-Doc] Re: XML -> ?? toolchain?

Jeff Blaine jblaine@kickflop.net
Fri, 27 May 2011 15:47:32 -0400


On 5/27/2011 1:53 PM, Andrew Deason wrote:
> On Fri, 27 May 2011 13:38:36 -0400
> Jeff Blaine<jblaine@kickflop.net>  wrote:
>
>> What tools (RHEL packages) do I need to get this going?
>> I would like to visually check my work before committing
>> it.
>
> If you want to build the PDF, you need dblatex ("Docbook to latex"; in
> Debian the package is dblatex, and I think it is in RHEL too). For HTML
> you just need an xslt processor and the docbook HTML XSL stylesheet, and
> give them to ./configure. Debian's packaging passes
> --with-xslt-processor=xsltproc
> --with-html-xsl=/usr/share/xml/docbook/stylesheet/nwalsh/html/chunk.xsl

Thanks Andrew and Russ.

Fedora 14:

     dblatex
     libxslt
     docbook-xsl

Subverting configure for now, Makefile was updated to:

HTML_XSL = /usr/share/sgml/docbook/xsl-stylesheets-1.76.1/html/docbook.xsl
XSLTPROC = xsltproc

[jblaine@dev QuickStartUnix]$ ls -ld auqbg000.pdf
-rw-rw-r--. 1 jblaine jblaine 1187070 May 27 15:34 auqbg000.pdf
[jblaine@dev QuickStartUnix]$