diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-18 11:27:41 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-18 11:27:41 -0800 |
commit | 591bb2bace4b474c0cfd525d8a3bcf0704fea750 (patch) | |
tree | f634f34b3cc4ea5146703087dce2d6e35f8ea1d2 | |
parent | 95b15fe6d3eb89a18ff143e32a0fb958f9e8ab8f (diff) | |
download | pandoc-591bb2bace4b474c0cfd525d8a3bcf0704fea750.tar.gz |
Add test/writer.asciidoctor, tables.asciidoctor to extra-source-files.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 78b1493ba..0624e2b1b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -287,6 +287,7 @@ extra-source-files: test/tables.opendocument test/tables.org test/tables.asciidoc + test/tables.asciidoctor test/tables.haddock test/tables.texinfo test/tables.rst @@ -320,6 +321,7 @@ extra-source-files: test/writer.opendocument test/writer.org test/writer.asciidoc + test/writer.asciidoctor test/writer.haddock test/writer.rst test/writer.icml |