diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-10 17:34:02 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-08-10 17:34:02 +0000 |
commit | 1cbc974e7e0bff62aedb2600660641f19aacbaa6 (patch) | |
tree | 93f95d6662c5a9426488e10ceaa5bb7d618fc982 /debian | |
parent | 0f4bdc6b7d52e1a2ce5db8f0df5fb06a5fdce324 (diff) | |
download | pandoc-1cbc974e7e0bff62aedb2600660641f19aacbaa6.tar.gz |
Removed markdown2pdf and all references to it.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1395 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 18 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/debian/control b/debian/control index cd5c39884..98236ade2 100644 --- a/debian/control +++ b/debian/control @@ -18,9 +18,9 @@ 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 markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it - can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, - OpenDocument XML, RTF, GNU Texinfo, MediaWiki markup, groff man pages, - and S5 HTML slide shows. + can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, + DocBook XML, OpenDocument XML, ODT, RTF, GNU Texinfo, MediaWiki markup, + groff man pages, and S5 HTML slide shows. . Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, tables, definition lists, and other features. A compatibility mode is @@ -44,9 +44,9 @@ 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 markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it - can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, - OpenDocument XML, RTF, GNU Texinfo, MediaWiki markup, groff man pages, - and S5 HTML slide shows. + can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, + DocBook XML, OpenDocument XML, ODT, RTF, GNU Texinfo, MediaWiki markup, + groff man pages, and S5 HTML slide shows. . Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, tables, definition lists, and other features. A compatibility mode is @@ -70,9 +70,9 @@ 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 markdown and (subsets of) reStructuredText, HTML, and LaTeX, and it - can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, DocBook XML, - OpenDocument XML, RTF, GNU Texinfo, MediaWiki markup, groff man pages, - and S5 HTML slide shows. + can write markdown, reStructuredText, HTML, LaTeX, ConTeXt, PDF, + DocBook XML, OpenDocument XML, ODT, RTF, GNU Texinfo, MediaWiki markup, + groff man pages, and S5 HTML slide shows. . Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, tables, definition lists, and other features. A compatibility mode is diff --git a/debian/rules b/debian/rules index 35f02c99a..9dc6a9fce 100755 --- a/debian/rules +++ b/debian/rules @@ -111,7 +111,7 @@ binary-arch: build install dh_installexamples -a dh_installman -a dh_link -a - dh_strip -a -Xhtml2 -Xmarkdown2 -Xlatex2 -Xrst2 + dh_strip -a -Xhtml2 dh_compress -a dh_fixperms -a dh_installdeb -a |