From: Richard Kimberly Heck Date: Thu, 12 Sep 2019 00:30:31 +0000 (-0400) Subject: Whoops, forgot this part X-Git-Tag: lyx-2.4.0dev-acb2ca7b~1530 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1fb308cd028c7b9510224d504775c4f88e6084de;p=features.git Whoops, forgot this part --- diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index c889f1c942..2c02002589 100755 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -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;