mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 02:54:09 +00:00
Fix depfile bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1912 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3efcce37c5
commit
de28287fc0
@ -665,7 +665,8 @@ void LaTeX::deplog(DepTable & head)
|
|||||||
// On initial insert we want to do the update at once
|
// On initial insert we want to do the update at once
|
||||||
// since this file can not be a file generated by
|
// since this file can not be a file generated by
|
||||||
// the latex run.
|
// the latex run.
|
||||||
head.insert(foundfile, true);
|
if (FileInfo(foundfile).exist())
|
||||||
|
head.insert(foundfile, true);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user