On 9/28/2002 6:11 PM, Dekel Tsur wrote:
> 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.
I downloaded the source code of LyX 1.2.1 and attempted to build it, by
modifying, like you suggested, the line
LRegex unwanted("^.*\\.(aux|log|dvi|bbl|ind|glo|cst)$");
in Latex.c, by adding a "cst" suffix, (meaning something like "custom").
But as I run LyX on CygWin, I don't have all the necessary libraries,
and I don't think I will do that now for the sake of re-compiling every
new version of LyX.
Anyway, thank you for the solution, I will use "jobname.glo" for now,
although I think I'll have to use a glossary towards the end of writing
my thesis. BTW, are these ignored suffixes documented somewhere (I mean
in the "user" documentation)?
I think this is worth asking the developers to include it (or some other
documented suffix) for future versions, what do you think? Should I post
on lyx-devel, whith some more ore less detailed motivation?
Lucian