[Doxygen-users] influencing rerun loop of pdflatex build?
Brought to you by:
dimitri
From: Peter D. <Pet...@bo...> - 2014-04-24 15:46:25
|
Hi all, I have little experience in using doxygen, but came about a problem with building globus_ftp_control, which uses it, during its build process. For the build of the PDF documentation, there is a Makefile created with a loop to rerun pdflatex several times. If I understand the logic right, it should rerun pdflates as often as necessary or if a maximum no. of rebuilds is reached, which is set to 5. However, for in my special situation the document requires exactly 5 runs until the document has converged. This however caused the expr construct to exit with a non zero exit code, and as a consequences the make command fails. One possibility would be to increase the no. of max. cycles. But I have not found a way to influence this no. by a parameter in the Doxyfile. So is there a way to influences this no., e.g set it to 6 or 8 or some other arbitrary value? How exactly, this is done? Or, is there some other solution to solve this issue? Thanks! ~petr |