diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-18 08:02:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-18 08:02:36 -0800 |
commit | 29e7fef7298845c1a38f0cef57acb0d740de2e70 (patch) | |
tree | dc857f168ace3bd3143fbdfe7aa05a15909cba89 | |
parent | ec0ec4af7ca74bd6cce7ba69cdbeb615e62f5794 (diff) | |
download | pandoc-29e7fef7298845c1a38f0cef57acb0d740de2e70.tar.gz |
Include missing jats test files in pandoc.cabal.
See #6961.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index ac46ed54b..78b1493ba 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -84,6 +84,7 @@ data-files: data/templates/default.epub2 data/templates/default.epub3 data/templates/article.jats_publishing + data/templates/affiliations.jats -- translations data/translations/*.yaml -- source files for reference.docx @@ -298,6 +299,7 @@ extra-source-files: test/tables/*.html4 test/tables/*.html5 test/tables/*.native + test/tables/*.jats_archiving test/testsuite.txt test/writer.latex test/writer.context |