[doc] Error making doc.

Anil Madhavapeddy anil@recoil.org
Wed, 10 Oct 2001 11:37:43 +0100


On Sat, Oct 06, 2001 at 07:03:32PM -0400, Jon Parise wrote:
> On Sat, Oct 06, 2001 at 06:48:07PM -0400, Frederic Trudeau wrote:
> 
> > [root@proxima documentation]# make
> > 
> > /usr/bin/jade -i lang-en -d ./html.dsl -V use-output-dir -t sgml ./phpdocxml.dcl ./manual.xml
> > /usr/bin/jade -i lang-en -d ./print.dsl -t tex ./phpdocxml.dcl manual.xml jadetex manual.tex
> > make: jadetex: Command not found
> > make: *** [manual.dvi] Error 127
>  
> # ln -s /usr/bin/jade /usr/bin/jadetex
> 

No, you can't link jade to jadetex (I think it's pdfjadetex to 
jadetex that should be linked)

You just need to find an RPM of JadeTeX to convert from the
Jade-generated tex to a DVI format (jadetex consists of a set
of tex macros)

Anil