diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-20 17:32:04 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-20 17:32:35 +0100 |
commit | 2d94d4833290692f1673b83a8068ac466cc77619 (patch) | |
tree | 589199b88cd62dea2f56d591f8d77ce455c510a4 | |
parent | a85d7849fced32db8ea8ee8cd627a278123f96a5 (diff) | |
download | pandoc-2d94d4833290692f1673b83a8068ac466cc77619.tar.gz |
Added two lua test files to extra-source-files in pandoc.cabal.
This was caught by our new .travis.yml, which builds from
an extracted sdist tarball instead of the repository.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index a05543445..b524dbf4f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -235,6 +235,8 @@ Extra-Source-Files: test/odt/markdown/*.md test/odt/native/*.native test/lua/strmacro.lua + test/lua/plain-to-para.lua + test/lua/hello-world-doc.lua Source-repository head type: git location: git://github.com/jgm/pandoc.git |