From: Richard Kimberly Heck Date: Thu, 12 Sep 2019 00:30:31 +0000 (-0400) Subject: Whoops, forgot this part X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=92af62ada68f11b0fe743f7284801c225e7b7cc1;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;