aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-20 17:32:04 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-20 17:32:35 +0100
commit2d94d4833290692f1673b83a8068ac466cc77619 (patch)
tree589199b88cd62dea2f56d591f8d77ce455c510a4 /pandoc.cabal
parenta85d7849fced32db8ea8ee8cd627a278123f96a5 (diff)
downloadpandoc-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.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
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