diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 592c308e3..33694dec0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -41,6 +41,7 @@ Data-Files: data/templates/default.html5 data/templates/default.docbook4 data/templates/default.docbook5 + data/templates/default.jats data/templates/default.tei data/templates/default.beamer data/templates/default.opendocument @@ -158,6 +159,7 @@ Extra-Source-Files: test/tables.context test/tables.docbook4 test/tables.docbook5 + test/tables.jats test/tables.dokuwiki test/tables.zimwiki test/tables.icml @@ -186,6 +188,7 @@ Extra-Source-Files: test/writer.context test/writer.docbook4 test/writer.docbook5 + test/writer.jats test/writer.html4 test/writer.html5 test/writer.man @@ -380,6 +383,7 @@ Library Text.Pandoc.Readers.EPUB, Text.Pandoc.Writers.Native, Text.Pandoc.Writers.Docbook, + Text.Pandoc.Writers.JATS, Text.Pandoc.Writers.OPML, Text.Pandoc.Writers.HTML, Text.Pandoc.Writers.ICML, |