aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-20 09:42:59 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-20 09:43:11 -0800
commit8c8aadecf4cf0004105a87d530b3571a94e8f2a9 (patch)
treeebccb6b5e3980f40498562b975b5844c23c6e9a9 /pandoc.cabal
parentcb9f692a33f232d478d70b25ac4901675226567b (diff)
downloadpandoc-8c8aadecf4cf0004105a87d530b3571a94e8f2a9.tar.gz
Added fb2 tests to extra-source-files.
Otherwise we get an error in `cabal install --enable-tests` from Hackage.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal9
1 files changed, 8 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7a722ddd7..eec13f6ce 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -150,6 +150,7 @@ Extra-Source-Files:
tests/tables.rtf,
tests/tables.txt,
tests/tables-rstsubset.native,
+ tests/tables.fb2,
tests/testsuite.native,
tests/testsuite.txt,
tests/writer.latex,
@@ -168,6 +169,7 @@ Extra-Source-Files:
tests/writer.rst,
tests/writer.rtf,
tests/writer.texinfo,
+ tests/writer.fb2,
tests/lhs-test.native,
tests/lhs-test-markdown.native,
tests/lhs-test.markdown,
@@ -180,7 +182,12 @@ Extra-Source-Files:
tests/lhs-test.html+lhs,
tests/lhs-test.fragment.html+lhs,
tests/pipe-tables.txt,
- tests/pipe-tables.native
+ tests/pipe-tables.native,
+ tests/fb2.basic.markdown,
+ tests/fb2.titles.markdown,
+ tests/fb2.images.markdown,
+ tests/fb2.images-embedded.html,
+ tests/fb2.math.markdown
Extra-Tmp-Files: man/man1/pandoc.1,
man/man5/pandoc_markdown.5