aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 22:40:59 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 22:40:59 +0000
commited1535de108594db53b0fd86724b2dff8165ae8c (patch)
tree6d0bfa76da87c7e73bfb96165e7f1b1ae6b05f64 /pandoc.cabal
parentbdd448ea2cf41324a63bd09771b5ac553e65f540 (diff)
downloadpandoc-ed1535de108594db53b0fd86724b2dff8165ae8c.tar.gz
Added --reference-odt option.
This allows the user to customized the styles used in pandoc-generated ODTs. The user may also put a default reference.odt in the ~/.pandoc directory. We have removed the old data/odt directory and replaced it with a reference.odt. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1760 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal9
1 files changed, 2 insertions, 7 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 0c9458aac..91d769e22 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -43,12 +43,7 @@ Data-Files:
templates/rst.template,
templates/mediawiki.template, templates/rtf.template,
-- data for ODT writer
- data/odt/meta.xml,
- data/odt/settings.xml,
- data/odt/META-INF/manifest.xml,
- data/odt/Thumbnails/thumbnail.png,
- data/odt/styles.xml,
- data/odt/mimetype,
+ reference.odt,
-- data for LaTeXMathML writer
data/LaTeXMathML.js.comment,
data/LaTeXMathML.js.packed,
@@ -151,7 +146,7 @@ Library
parsec >= 2.1 && < 3, xhtml >= 3000.0,
mtl >= 1.1, network >= 2, filepath >= 1.1,
process >= 1, directory >= 1, template-haskell >= 2.2,
- bytestring >= 0.9, zip-archive >= 0.1.1,
+ bytestring >= 0.9, zip-archive >= 0.1.1.4,
utf8-string >= 0.3, old-time >= 1
if impl(ghc >= 6.10)
Build-depends: base >= 4 && < 5, syb