summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-03-20 14:47:57 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-03-20 14:47:57 -0700
commit6e498fc727a4af2c0993442ae28453449fd1b297 (patch)
tree75625974aae67594e3be31f4cc26746ab6056fa9 /pandoc.cabal
parent53a109c83b559e4bbb59ecb81e38db08e9ccdcbe (diff)
cabal: included several missing test files.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d70bab35f..563653e19 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -65,7 +65,6 @@ Extra-Source-Files:
man/man1/pandoc.1.md, man/man1/markdown2pdf.1.md,
-- tests
tests/bodybg.gif,
- tests/writer.latex,
tests/html-reader.html,
tests/html-reader.native,
tests/insert,
@@ -87,6 +86,7 @@ Extra-Source-Files:
tests/tables.html,
tests/tables.latex,
tests/tables.man,
+ tests/tables.plain,
tests/tables.markdown,
tests/tables.mediawiki,
tests/tables.native,
@@ -95,13 +95,16 @@ Extra-Source-Files:
tests/tables.rst,
tests/tables.rtf,
tests/tables.txt,
+ tests/tables-rstsubset.native,
tests/testsuite.native,
tests/testsuite.txt,
+ tests/writer.latex,
tests/writer.context,
tests/writer.docbook,
tests/writer.html,
tests/writer.man,
tests/writer.markdown,
+ tests/writer.plain,
tests/writer.mediawiki,
tests/writer.native,
tests/writer.opendocument,