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
This commit is contained in:
parent
14fd553fe1
commit
66910eeccd
1 changed files with 21 additions and 0 deletions
21
pandoc.cabal
21
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
|
||||
|
|
Loading…
Reference in a new issue