export backends: Fix "PDF file ... wasn't produced" error with relative paths
commit752a4eb49d1dff09b4a59e31bf29128a3202dc22
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 30 May 2013 12:08:14 +0000 (30 14:08 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 30 May 2013 12:28:59 +0000 (30 14:28 +0200)
tree6506260122c9daf07abcfd0a53659bc97dd1c05d
parent36812e72ac303e5298d41862a25f7ad2386ade29
export backends: Fix "PDF file ... wasn't produced" error with relative paths

* lisp/ox-latex.el (org-latex-compile): Make sure generated file can
  be found by `file-exists-p'.
* contrib/lisp/ox-groff.el (org-groff-compile): Make sure generated
  file can be found by `file-exists-p'.
* lisp/ox-man.el (org-man-compile): Make sure generated file can be
  found by `file-exists-p'.
* lisp/ox-texinfo.el (org-texinfo-compile): Make sure generated file
  can be found by `file-exists-p'.
contrib/lisp/ox-groff.el
lisp/ox-latex.el
lisp/ox-man.el
lisp/ox-texinfo.el