From a3b03d1530e4a8cf6159fae055a7fbed7b1e5648 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sun, 10 Aug 2008 17:34:16 +0000 Subject: Debian packaging changes: + Updated README.Debian with information on the changes to markdown2pdf. + Made latex and zip required dependencies, since they are now required for 'odt' and 'pdf' targets of pandoc. + Fixed typo in warning message. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1396 788f1e2b-df1e-0410-8736-df70ead52e1b --- Text/Pandoc/PDF.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Text') diff --git a/Text/Pandoc/PDF.hs b/Text/Pandoc/PDF.hs index fa1e6dcf5..dc8e49df1 100644 --- a/Text/Pandoc/PDF.hs +++ b/Text/Pandoc/PDF.hs @@ -54,7 +54,7 @@ saveLaTeXAsPDF destinationPDFPath sourceDirRelative latex = do latexPathMaybe <- findExecutable "pdflatex" bibtexPathMaybe <- findExecutable "bibtex" let latexPath = case latexPathMaybe of - Nothing -> error $ "The 'pdflatex' command, which is needed to build an PDF file, was not found." + Nothing -> error $ "The 'pdflatex' command, which is needed to build a PDF file, was not found." Just x -> x let bibtexPath = case bibtexPathMaybe of Nothing -> error $ "The 'bibtex' command, which is needed to build an PDF file, was not found." -- cgit v1.2.3