From 8c8aadecf4cf0004105a87d530b3571a94e8f2a9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Jan 2013 09:42:59 -0800 Subject: Added fb2 tests to extra-source-files. Otherwise we get an error in `cabal install --enable-tests` from Hackage. --- pandoc.cabal | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3