Index: docs/Makefile =================================================================== RCS file: /FPC/CVS/fpc/docs/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile --- docs/Makefile 15 May 2005 12:10:00 -0000 1.57 +++ docs/Makefile 22 May 2005 14:52:12 -0000 @@ -1583,7 +1583,7 @@ FCLOPTS=--package=fcl --descr=classes.xml --input='$(FPCSRCDIR)/rtl/$(OS_SOURCE)/classes.pp -Fi$(FPCSRCDIR)/rtl/objpas/classes' fcl.inc: classes.xml $(FPDOC) --output=fcl.inc $(FCLOPTS) --format=latex -RTLOPTS=--hide-protected --warn-no-node --package=rtl --descr=rtl.xml +RTLOPTS=$(FPDOCOPTS) --hide-protected --warn-no-node --package=rtl --descr=rtl.xml ifndef CURRENTXMLONLY XMLUNITS=sysutils strutils dateutils strings mouse keyboard \ crt video dos sockets objects heaptrc mmx ipc printer typinfo \ Index: docs/Makefile.fpc =================================================================== RCS file: /FPC/CVS/fpc/docs/Makefile.fpc,v retrieving revision 1.14 diff -u -r1.14 Makefile.fpc --- docs/Makefile.fpc 15 May 2005 12:10:00 -0000 1.14 +++ docs/Makefile.fpc 22 May 2005 14:52:12 -0000 @@ -264,7 +264,7 @@ fcl.inc: classes.xml $(FPDOC) --output=fcl.inc $(FCLOPTS) --format=latex -RTLOPTS=--hide-protected --warn-no-node --package=rtl --descr=rtl.xml +RTLOPTS=$(FPDOCOPTS) --hide-protected --warn-no-node --package=rtl --descr=rtl.xml ifndef CURRENTXMLONLY XMLUNITS=sysutils strutils dateutils strings mouse keyboard \ crt video dos sockets objects heaptrc mmx ipc printer typinfo \