[fpc-devel] FPDoc sources
Graeme Geldenhuys
graemeg.lists at gmail.com
Thu Sep 1 10:03:09 CEST 2011
On 01/09/2011, Hans-Peter Diettrich wrote:
>
> $make html [you snipped this essential detail]
Ah, I see the problem now... :)
> That was my conclusion as well, but why should any *Latex* tools be
> called for generating *HTML* output???
Because you are trying to create HTML docs for the Language Reference,
User Guide , Programmer Guide and Class Docs. The first three are all
written in LaTeX (*.tex) files. Only the Class Docs are written in
fpdoc XML files.
If you only want to generate HTML of the Class Documentation (RTL,
FCL) then a LaTeX executable is NOT needed. To do this, run the
following make command:
$ make rtl.chk
$ make fcl.chk
Please read the README.DOCS file for more alternatives for generating
documentation.
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net
More information about the fpc-devel
mailing list