diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 19:16:58 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 19:16:58 +0000 |
commit | 1e4f05d2bd7b28d32a4cb4240950ebe7a93ffb2a (patch) | |
tree | de6911a06f972d04a66fab16d1ce21dad6da2dfb /debian | |
parent | db05c0ba52e6d3af3b27beeacb8599dcb5449977 (diff) | |
download | pandoc-1e4f05d2bd7b28d32a4cb4240950ebe7a93ffb2a.tar.gz |
Removed references to examplep package in documentation, and
removed suggest of latex-texlive-extras in debian/control,
since we're not using examplep.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@830 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 58c20b8c3..c2f908292 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: pandoc Section: text Architecture: any Depends: ${shlibs:Depends} -Suggests: texlive-latex-recommended | tetex-extra, texlive-latex-extra, tidy, wget | w3m +Suggests: texlive-latex-recommended | tetex-extra, tidy, wget | w3m Description: general markup converter Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library. It can read |