[fpc-pascal] Unable to generate HTML reference documentation

Michael Van Canneyt michael at freepascal.org
Fri Aug 28 10:08:04 CEST 2009



On Fri, 28 Aug 2009, Graeme Geldenhuys wrote:

> Hi,
>
> I have checked out the latest fpc documentation repository into
> /opt/fpcdoc_svn/ directory. My FPC 2.3.1 source is checked out to
> /opt/fpc_2.3.1/src
>
> I then try and generate the HTML reference documentation using the
> following command.
>
> $ make html FPCSRCDIR=/opt/fpc_2.3.1/src
>
> It seems I require 'latex' which I do not have installed. Is there an
> option to ONLY generate the HTML class reference documentation? I do not
> what to generate the HTML versions or Programmers Guide, Language Guide
> etc...

Try

   make rtl.chk fcl.chk

That should do it.

Michael.



More information about the fpc-pascal mailing list