aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-07-31 07:44:45 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-07-31 07:44:45 +0000
commit40e7280a52def5b5079b9f539f479f2bae4f1e60 (patch)
tree1966cd0b54ccb8a4f9a70acd0f5b7d48aba36b33 /pandoc.cabal
parent66910eeccdf4a0262130af2380bb1ced89cb7bb4 (diff)
downloadpandoc-40e7280a52def5b5079b9f539f479f2bae4f1e60.tar.gz
Simplified Setup.hs by removing PostClean hooks.
Added Extra-Tmp-Files to pandoc.cabal; this does the same thing. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1342 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index b27fee8ba..f3422a43b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -54,6 +54,9 @@ Extra-Source-Files: README, INSTALL, COPYRIGHT, COPYRIGHT,
templates/ui/default/opera.css,
templates/ui/default/outline.css,
templates/ui/default/print.css
+Extra-Tmp-Files: Text/Pandoc/ASCIIMathML.hs,
+ Text/Pandoc/DefaultHeaders.hs,
+ Text/Pandoc/Writers/S5.hs
Flag splitBase
Description: Choose the new, smaller, split-up base package.
Default: True