From 14620579c0467157a641613275a11379b34c9534 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 10 Nov 2011 15:37:52 -0800 Subject: 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. --- src/markdown2pdf.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3