summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-18 12:33:44 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-18 12:33:44 -0800
commitfba4f1f37eecb9b4b835b485a6ed92dd909cdcc0 (patch)
treee957ed8d9ab3fa099f9bcbd2510e1aac4e7a502a /pandoc.cabal
parent1a22e75352c05f345bb8a6ed02f14b9749355143 (diff)
EPUB: Added customizable templates for epub pages.
epub-page.html, epub-coverimage.html, epub-titlepage.html.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 92e9f6f07..6c6251b63 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -45,7 +45,9 @@ Data-Files:
templates/default.mediawiki, templates/default.rtf,
templates/default.s5, templates/default.slidy,
templates/default.dzslides, templates/default.asciidoc,
- templates/default.textile, templates/default.org
+ templates/default.textile, templates/default.org,
+ templates/epub-titlepage.html, templates/epub-page.html,
+ templates/epub-coverimage.html,
-- data for ODT writer
reference.odt,
-- stylesheet for EPUB writer