aboutsummaryrefslogtreecommitdiff
path: root/README.Debian
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-10 17:34:16 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-10 17:34:16 +0000
commita3b03d1530e4a8cf6159fae055a7fbed7b1e5648 (patch)
tree291786346355990ba3900256ae04fd26b16d9910 /README.Debian
parent1cbc974e7e0bff62aedb2600660641f19aacbaa6 (diff)
downloadpandoc-a3b03d1530e4a8cf6159fae055a7fbed7b1e5648.tar.gz
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
Diffstat (limited to 'README.Debian')
-rw-r--r--README.Debian21
1 files changed, 15 insertions, 6 deletions
diff --git a/README.Debian b/README.Debian
index 8e5cacbcf..e2d2003f2 100644
--- a/README.Debian
+++ b/README.Debian
@@ -1,8 +1,17 @@
-Note to Debian users on "Suggested" dependencies:
+Notes to Debian users:
-If you intend to use the markdown2pdf script, you should install
-texlive-latex-recommended (or, if you use teTeX, tetex-extra). This
-provides LaTeX packages that are needed by markdown2pdf.
+1. `markdown2pdf` has been removed, since pandoc now includes `pdf`
+ as a writer option. You can replace
+
+ markdown2pdf foo.txt
+
+ with
+
+ pandoc foo.txt -o foo.pdf
+
+ Note that unlike `markdown2npdf`, `pandoc` requires that the output
+ filename be specified explicitly.
+
+2. If you intend to use the html2markdown script, you should install
+ tidy, plus either wget or w3m.
-If you intend to use the html2markdown script, you should install
-tidy, plus either wget or w3m.