summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:10:42 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:10:42 +0000
commit8c74cebbfc52e0441d2632470e367e3edb99f20b (patch)
tree674c62a0fdcf653250a723e904337a4591a54069 /pandoc.cabal
parent5ef0be23755990ca45bfe8694f4ff59cb774292a (diff)
Added templates/ directory.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1687 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 3a1f62c95..4c4d020a0 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -34,7 +34,12 @@ 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.
-Data-Files:
+Data-Files: templates/html.template, templates/docbook.template,
+ templates/opendocument.template, templates/latex.template,
+ templates/context.template, templates/texinfo.template,
+ templates/man.template, templates/markdown.template,
+ templates/rst.template, templates/s5.template,
+ templates/mediawiki.template, templates/rtf.template
-- documentation
README, INSTALL, COPYRIGHT, BUGS, changelog,
-- wrappers