On Fri, Sep 27, 2002 at 03:09:07PM +0200, Lucian Muresan wrote: > last run, otherwise TOC has "wrong" page numbers), it would be useful if > one could somehow tell LyX to ignore a particular file from the > dependencies point of view. Is this already achievable, by LyX means, or > even on lower level?
Only by editing the source code. Change the method LaTeX::deplog in src/LaTeX.C. In particular, you can the line "regex unwanted...". Another option is to use one of the ignored suffix for your file. For example, if you don't have a glossary, you can use \jobname.glo.
