[fpc-devel] FPDoc sources
Hans-Peter Diettrich
DrDiettrich1 at aol.com
Thu Sep 1 19:13:42 CEST 2011
michael.vancanneyt at wisa.be schrieb:
> I changed the text to:
>
> If you only want to generate the RTL and FCL reference documentation
> in HTML format, starting from the fpdoc XML descriptions, then the
> following 2 commands should be enough:
>
> $ make rtl.chk
> $ make fcl.chk
Fine.
> The prerequisites are present under "General Settings"
Prerequisites should include the tools, which may be required for
certain operations (Latex...), and perhaps other config files for the
determination of the target etc., required for parsing the source files.
There must exist some reason, why
make rtl.chk
leads to other errors than
make rtl.chk FPCSRCDIR=<current dir>
with Windows related files and directories in both cases, but
additionally with Linux related items in the second case. For this issue
the Makefile may need an update, to make this different behaviour
disappear (probably easier than to explain why...).
DoDi
More information about the fpc-devel
mailing list