diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-31 07:57:32 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-31 07:57:32 +0000 |
commit | ab2844dc5ba8008017c360b4c85ec9fea9b587a4 (patch) | |
tree | 04a96cf7d2bcd21964cb9b14b3e475862fe69999 | |
parent | 40e7280a52def5b5079b9f539f479f2bae4f1e60 (diff) | |
download | pandoc-ab2844dc5ba8008017c360b4c85ec9fea9b587a4.tar.gz |
Fixed typo in pandoc.cabal.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1343 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index f3422a43b..679806acb 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -34,7 +34,7 @@ Description: Pandoc is a Haskell library for converting from one markup which convert this native representation into a target format. Thus, adding an input or output format requires only adding a reader or writer. -Extra-Source-Files: README, INSTALL, COPYRIGHT, COPYRIGHT, +Extra-Source-Files: README, INSTALL, COPYRIGHT, COPYING, templates/ASCIIMathML.js.comment, templates/ASCIIMathML.js.packed, templates/ASCIIMathML.hs, |