diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-27 22:03:38 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-27 22:03:38 +0200 |
commit | b2f3d8e7598a65095d38073e128d92b082c7af68 (patch) | |
tree | 326db73a6951d8acf3cdb5854ee8c85c0b903e9c | |
parent | 49d72444d7223afe8730e1d7fe2ad881cc132b9c (diff) | |
download | pandoc-b2f3d8e7598a65095d38073e128d92b082c7af68.tar.gz |
Add auxiliary files for command test for #3530 to pandoc.cabal.
Otherwise builds fail.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 4e3edf008..592c308e3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -131,6 +131,8 @@ Extra-Source-Files: test/*.native test/command/*.md test/command/abbrevs + test/command/sub-file-chapter-1.tex + test/command/sub-file-chapter-2.tex test/docbook-reader.docbook test/docbook-xref.docbook test/html-reader.html |