From 66910eeccdf4a0262130af2380bb1ced89cb7bb4 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Jul 2008 07:16:56 +0000 Subject: 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 --- pandoc.cabal | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 -- cgit v1.2.3