diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-24 08:58:19 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-24 08:58:19 -0700 |
commit | 8090051aae2a2398b3c6c04dccf1b6b5808593aa (patch) | |
tree | 834300db759868440fca843dbb82f30ae8a34b81 | |
parent | 499985c1a30cb711b1dcf9ae80ccb876ae31f0ec (diff) | |
parent | 30ceb235cef2c07195706bb1d910b2cd79d29a8b (diff) | |
download | pandoc-8090051aae2a2398b3c6c04dccf1b6b5808593aa.tar.gz |
Merge pull request #2812 from mb21/patch-2
include .tei files in pandoc.cabal
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 08f1950b4..286a1c35c 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -153,6 +153,7 @@ Extra-Source-Files: tests/tables.plain tests/tables.markdown tests/tables.mediawiki + tests/tables.tei tests/tables.textile tests/tables.opendocument tests/tables.org @@ -180,6 +181,7 @@ Extra-Source-Files: tests/writer.rst tests/writer.icml tests/writer.rtf + tests/writer.tei tests/writer.texinfo tests/writer.fb2 tests/writer.opml |