aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal21
1 files changed, 20 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index db76017b6..00fa4e06a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -184,7 +184,25 @@ Extra-Source-Files:
tests/fb2.math.markdown,
tests/fb2.math.fb2,
tests/fb2.test-small.png,
- tests/fb2.test.jpg
+ tests/fb2.test.jpg,
+ tests/docx.block_quotes.docx,
+ tests/docx.block_quotes_parse_indent.native,
+ tests/docx.headers.docx,
+ tests/docx.headers.native,
+ tests/docx.image.docx,
+ tests/docx.image_no_embed.native,
+ tests/docx.inline_formatting.docx,
+ tests/docx.inline_formatting.native,
+ tests/docx.links.docx,
+ tests/docx.links.native,
+ tests/docx.lists.docx,
+ tests/docx.lists.native,
+ tests/docx.notes.docx,
+ tests/docx.notes.native,
+ tests/docx.tables.docx,
+ tests/docx.tables.native,
+ tests/docx.unicode.docx,
+ tests/docx.unicode.native
Extra-Tmp-Files: man/man1/pandoc.1,
man/man5/pandoc_markdown.5
@@ -393,6 +411,7 @@ Test-Suite test-pandoc
Tests.Readers.Markdown
Tests.Readers.Org
Tests.Readers.RST
+ Tests.Readers.DocX
Tests.Writers.Native
Tests.Writers.ConTeXt
Tests.Writers.HTML