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 /macports | |
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 'macports')
-rw-r--r-- | macports/Portfile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macports/Portfile.in b/macports/Portfile.in index 9c588ee24..af7fada3e 100644 --- a/macports/Portfile.in +++ b/macports/Portfile.in @@ -11,7 +11,7 @@ long_description \ Pandoc is a command-line tool for converting from one markup format \ to another. 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, Texinfo, \ + LaTeX, ConTeXt, PDF, DocBook XML, OpenDocument XML, ODT, RTF, Texinfo, \ MediaWiki markup, groff man, and S5 HTML slide shows. homepage http://johnmacfarlane.net/pandoc/ @@ -40,8 +40,8 @@ destroot { xinstall -m 755 ${worksrcpath}/unregister.sh \ ${destroot}${prefix}/libexec/${name}-${version} # install shell scripts: - xinstall -m 755 -W ${worksrcpath} html2markdown hsmarkdown markdown2pdf \ - markdown2odt ${destroot}${prefix}/bin + xinstall -m 755 -W ${worksrcpath} html2markdown hsmarkdown \ + ${destroot}${prefix}/bin # install data file: xinstall -d ${destroot}${prefix}/share/${name} xinstall -m 644 -W ${worksrcpath} odt-styles/reference.odt \ @@ -51,7 +51,7 @@ destroot { xinstall -m 644 -W ${worksrcpath} README README.html COPYRIGHT BUGS \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/man/man1 pandoc.1 hsmarkdown.1 \ - markdown2pdf.1 html2markdown.1 markdown2odt.1 \ + html2markdown.1 \ ${destroot}${prefix}/share/man/man1 } |