From 1fb308cd028c7b9510224d504775c4f88e6084de Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Wed, 11 Sep 2019 20:30:31 -0400 Subject: [PATCH] Whoops, forgot this part --- src/insets/InsetInclude.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2