Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| No. The path given in the .dep file is the directory in which LyX was
| started, not the one where the doc is :( So the checksum is wrong
| (0).
This was the case with ExpandPath, but not with MakeAbsPath.
Anyway I think I found the correct fix now. Commented out some lines
in Buffer::runLatex() so that the files are regenerated in tmp-dir
even if not dirty. This cathces changes in included .tex files changed
by an editor.
This also means that because of the way LaTeX::run is implemented now
we might get a LaTeX run that is not needed. I'll look a bit at that,
but I don't think this is very important.
Lgb