diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-16 06:43:29 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-16 06:44:03 -0800 |
commit | 23c6f0c4fe14cdcec353736ab59d53db2d523fe8 (patch) | |
tree | 3e8f274d0988622fb6c1bf0f4db67e6b439fbddd | |
parent | a52b18807a6f175e3411df53315346cf23250d07 (diff) | |
download | pandoc-23c6f0c4fe14cdcec353736ab59d53db2d523fe8.tar.gz |
Added two missing test cases to extra-source-files in pandoc.cabal.
Otherwise they don't get into the tarball. Closes #2537.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index f4823dacd..c83cecc16 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -187,6 +187,8 @@ Extra-Source-Files: tests/writer.fb2 tests/writer.opml tests/writer.dokuwiki + tests/writers-lang-and-dir.latex + tests/writers-lang-and-dir.context tests/dokuwiki_inline_formatting.dokuwiki tests/lhs-test.markdown tests/lhs-test.markdown+lhs |