From 2d94d4833290692f1673b83a8068ac466cc77619 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 20 Mar 2017 17:32:04 +0100
Subject: [PATCH] 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.
---
 pandoc.cabal | 2 ++
 1 file changed, 2 insertions(+)

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