Make sure that the main .tex file is in the dependancy file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2024 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Dekel Tsur 2001-05-27 17:30:29 +00:00
parent a02eed7a3f
commit c9612144a2
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-05-27 Dekel Tsur <dekelts@tau.ac.il>
* LaTeX.C (deplog): Make sure that the main .tex file is in the
dependancy file
2001-05-23 Lars Gullik Bjønnes <larsbj@birdstep.com>
* lyx_main.C (defaultKeyBindings): set KP_enter to point at

View File

@ -704,4 +704,7 @@ void LaTeX::deplog(DepTable & head)
<< "Not a file or we are unable to find it."
<< endl;
}
// Make sure that the main .tex file is in the dependancy file.
head.insert(OnlyFilename(file), true);
}