mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
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:
parent
a02eed7a3f
commit
c9612144a2
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user