|
From: | Rik |
Subject: | Re: Race condition in doc build |
Date: | Fri, 31 Jul 2015 09:30:03 -0700 |
On 07/31/2015 09:00 AM,
address@hidden wrote:
Mike, The race condition is supposed to be resolved by the following rule in doc/interpreter/Makefile.am -- Snip -- ## The texi2dvi script (used to create both PDF and DVI output formats) ## uses some fixed temporary file names. In order to avoid a race condition ## the DVI and PDF builds are forced to run serially through a Makefile rule. octave.pdf: octave.dvi -- End Snip -- This may need to be amended to depend on octave.ps as well. Theoretically, that should be enough since octave.ps is created through dvips which will require building octave.dvi first. But maybe it is safer to have octave.pdf depend on BOTH octave.dvi and octave.ps. --Rik |
[Prev in Thread] | Current Thread | [Next in Thread] |