mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Revert last two commits, which we pushed accidentally.
This commit is contained in:
parent
1fb308cd02
commit
a20f3a0d52
@ -569,10 +569,11 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
|
|||||||
from_utf8(masterBuffer->filePath())));
|
from_utf8(masterBuffer->filePath())));
|
||||||
}
|
}
|
||||||
|
|
||||||
string const exppath = runparams.export_folder.empty() ?
|
string exppath = incfile;
|
||||||
incfile :
|
if (!runparams.export_folder.empty()) {
|
||||||
makeAbsPath(exppath, runparams.export_folder).realPath();
|
exppath = makeAbsPath(exppath, runparams.export_folder).realPath();
|
||||||
FileName(exppath).onlyPath().createPath();
|
FileName(exppath).onlyPath().createPath();
|
||||||
|
}
|
||||||
|
|
||||||
// write it to a file (so far the complete file)
|
// write it to a file (so far the complete file)
|
||||||
string exportfile;
|
string exportfile;
|
||||||
|
Loading…
Reference in New Issue
Block a user