diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-31 07:16:56 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-07-31 07:16:56 +0000 |
commit | 66910eeccdf4a0262130af2380bb1ced89cb7bb4 (patch) | |
tree | 7a38fe8c74b06b4af575d1e7028b7b19b2caf6f2 | |
parent | 14fd553fe17c7b5d94996990492e6a54acc48544 (diff) | |
download | pandoc-66910eeccdf4a0262130af2380bb1ced89cb7bb4.tar.gz |
Improved pandoc.cabal:
+ Added Extra-Source-Files so sdist contains everything needed to build
+ Added "Build-Type" field to avoid warning.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1341 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | pandoc.cabal | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index ae4ff12c5..b27fee8ba 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,7 @@ Name: pandoc Version: 0.47 Cabal-Version: >= 1.2 +Build-Type: Custom License: GPL License-File: COPYING Copyright: (c) 2006-2008 John MacFarlane @@ -33,6 +34,26 @@ 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, + templates/ASCIIMathML.js.comment, + templates/ASCIIMathML.js.packed, + templates/ASCIIMathML.hs, + templates/S5.hs, + templates/DefaultHeaders.hs, + templates/headers/ConTeXt.header, + templates/headers/Docbook.header, + templates/headers/LaTeX.header, + templates/headers/OpenDocument.header, + templates/headers/RTF.header, + templates/headers/S5.header, + templates/ui/default/slides.js.comment, + templates/ui/default/slides.js.packed, + templates/ui/default/s5-core.css, + templates/ui/default/framing.css, + templates/ui/default/pretty.css, + templates/ui/default/opera.css, + templates/ui/default/outline.css, + templates/ui/default/print.css Flag splitBase Description: Choose the new, smaller, split-up base package. Default: True |