aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-11-10 15:37:52 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-11-10 15:37:52 -0800
commit14620579c0467157a641613275a11379b34c9534 (patch)
tree07d3c96f399ac4bbd21e3393758b3ebf15bf00cb /src
parentfc3826e078302e8351fa68d05d84dada1668cd3a (diff)
downloadpandoc-14620579c0467157a641613275a11379b34c9534.tar.gz
Changed misleading documentation on markdown2pdf.
markdown2pdf used to create a backup file if the output file exists; it doesn't any longer, but the documentation still said it does.
Diffstat (limited to 'src')
-rw-r--r--src/markdown2pdf.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/markdown2pdf.hs b/src/markdown2pdf.hs
index 1a2ee8ccb..811d5febd 100644
--- a/src/markdown2pdf.hs
+++ b/src/markdown2pdf.hs
@@ -257,7 +257,7 @@ main = withTempDir "pandoc"
case latexRes of
Left err -> exit err
Right pdfFile -> do
- -- save the output creating a backup if necessary
+ -- save the output
saveOutput pdfFile $
replaceDirectory pdfFile (takeDirectory output)