Index: fpcdocs/Makefile.fpc =================================================================== --- fpcdocs/Makefile.fpc +++ fpcdocs/Makefile.fpc @@ -258,7 +258,7 @@ comphelp.inc: echo "% Automatically generated. Do not edit" > comphelp.inc echo "\begin{verbatim}" >> comphelp.inc - fpc -h >>comphelp.inc + $(FPC) -h >>comphelp.inc echo "\end{verbatim}" >> comphelp.inc # Local copy of the required styles Index: fpcdocs/Makefile =================================================================== --- fpcdocs/Makefile +++ fpcdocs/Makefile @@ -1867,7 +1882,7 @@ comphelp.inc: echo "% Automatically generated. Do not edit" > comphelp.inc echo "\begin{verbatim}" >> comphelp.inc - fpc -h >>comphelp.inc + $(FPC) -h >>comphelp.inc echo "\end{verbatim}" >> comphelp.inc syntax.sty: styles/syntax.sty cp $(wildcard styles/*.sty) .