On Sat, 4 Jun 2005, Joost van der Sluis wrote:
> Hi all, > > before I start re-inventing the wheel I ask it here: > > If I try to build the documentation using latex2html it complains that > ref.htex coudn't be found. > > If I change the makefile manually so that it uses ref.tex etc I get the > following: > > make[1]: Entering directory `/local/rpmbuild/BUILD/fpc/docs' > make[1]: *** No rule to make target `refex.chk', needed by `ref.chk'. > Stop. > make[1]: Leaving directory `/local/rpmbuild/BUILD/fpc/docs' > > How can I fix this? You can't. > And does anyone knows a way to build the .pdf's without changing the > memory-buffer in a configuration file? (Maybe some option, somewhere?) You should set an environment variable pool_size, which should be exported. > > And two comments: > And not all examples in refex can be build. (still uses memavailable?) > The docs-readme says that latex2html is the default, but it isn't. It isn't and it is no longer supported. You must use tex4ht. Michael. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
