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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to