mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 18:52:46 +00:00
fix regexp in dependency tracking
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1982 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8a083e35fa
commit
b9ae4ac7b0
@ -609,7 +609,7 @@ void LaTeX::deplog(DepTable & head)
|
||||
|
||||
string logfile = OnlyFilename(ChangeExtension(file, ".log"));
|
||||
|
||||
LRegex reg1(")* *\\(([^ \\)]+).*");
|
||||
LRegex reg1("\\)* *\\(([^ )]+).*");
|
||||
LRegex reg2("File: ([^ ]+).*");
|
||||
LRegex reg3("No file ([^ ]+)\\..*");
|
||||
LRegex reg4("\\\\openout[0-9]+.*=.*`([^ ]+)'\\..*");
|
||||
|
Loading…
Reference in New Issue
Block a user