aboutsummaryrefslogtreecommitdiff
path: root/README.Debian
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-27 05:50:26 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-08-27 05:50:26 +0000
commit3d2ff3d0a8d6ee04e771d1261b1367d7a3f4efe3 (patch)
tree733e9f6ef7b13c7a5b6dbc196ce1ecb75aa3bd0c /README.Debian
parent4f14802831477eea7b67ef40e60ed7eec82f69a5 (diff)
downloadpandoc-3d2ff3d0a8d6ee04e771d1261b1367d7a3f4efe3.tar.gz
Removed PDF writer from core pandoc, restored markdown2pdf.
+ Added markdown2pdf. + Removed Text/Pandoc/PDF.hs. + Removed references to PDF writer from Main.hs. + Removed references to PDF writer from pandoc.cabal. + Added markdown2pdf.1 to list of man pages in Setup.hs. + Added markdown2pdf.1.md man page source. + Added reference to markdown2pdf(1) in pandoc man page. + Added markdown2pdf to WRAPPERS in Makefile. + Removed mention of pdf writer from README; added markdown2pdf. + Added remarks on markdown2pdf dependencies to README.Debian. + Added markdown2pdf to web/index.txt.in. + Use markdown2pdf for pdf web demos. + Put markdown2pdf back into debian control and rules. + Added markdown2pdf to macports Portfile. + Added markdown2pdf to freebsd package. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1415 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'README.Debian')
-rw-r--r--README.Debian20
1 files changed, 6 insertions, 14 deletions
diff --git a/README.Debian b/README.Debian
index e2d2003f2..5b15862b1 100644
--- a/README.Debian
+++ b/README.Debian
@@ -1,17 +1,9 @@
-Notes to Debian users:
+Notes to Debian users on "suggested" dependencies:
-1. `markdown2pdf` has been removed, since pandoc now includes `pdf`
- as a writer option. You can replace
+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.
- 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.