]> git.lyx.org Git - features.git/commitdiff
Whoops, forgot this part
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 12 Sep 2019 00:30:31 +0000 (20:30 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 12 Sep 2019 00:30:31 +0000 (20:30 -0400)
src/insets/InsetInclude.cpp

index c889f1c94251bb8cad3113a15a56b32a57ef823a..2c02002589d4d6e8b64564f21bb841d1bf27a350 100755 (executable)
@@ -572,6 +572,7 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
        string const exppath = runparams.export_folder.empty() ?
                        incfile :
                        makeAbsPath(exppath, runparams.export_folder).realPath();
+       FileName(exppath).onlyPath().createPath();
 
        // write it to a file (so far the complete file)
        string exportfile;