diff options
-rwxr-xr-x | Doc/tools/mkhowto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/mkhowto b/Doc/tools/mkhowto index d0ab63c..b542c26 100755 --- a/Doc/tools/mkhowto +++ b/Doc/tools/mkhowto @@ -294,7 +294,7 @@ class Job: "Could not locate support images of type %s." % `self.options.image_type`) for fn in imgs: - new_fn = os.path.join(self.doc, os.path.basename(fn)) + new_fn = os.path.join(self.builddir, os.path.basename(fn)) shutil.copyfile(fn, new_fn) if "text" in formats: self.require_temps() |