summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-01-01 15:14:49 -0600
committerNicolas Williams <nico@cryptonector.com>2015-01-01 15:14:49 -0600
commit22f55aa585da673abe76cf400c4cc2e77ecfb4df (patch)
tree52e79bec8e73d82dbcccb4f3408fadb8d98625ba
parent157c95b9889b523a3de7772e85ef9f3f69182c88 (diff)
Include missing EXTRA_DIST items; fix #661
-rw-r--r--Makefile.am16
1 files changed, 13 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b7dd16bd..9b9cc5e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -113,9 +113,19 @@ DOC_FILES = docs/content docs/public docs/templates docs/site.yml \
# setup is only used by distribution developers, not package developers.
# Still, as a matter of allowing patching, its not a bad idea to distribute
# the developer setup script in the tarball.
-EXTRA_DIST = $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) jq.spec \
- $(DOC_FILES) scripts/version parser.h parser.c lexer.h \
- lexer.c
+EXTRA_DIST = $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) jq.spec \
+ $(DOC_FILES) scripts/version parser.h parser.c lexer.h \
+ lexer.c tests/onig.supp tests/torture/input0.json \
+ tests/modules/.jq tests/modules/a.jq tests/modules/b/b.jq \
+ tests/modules/c/c.jq tests/modules/c/d.jq \
+ tests/modules/lib/jq/e/e.jq tests/modules/lib/jq/f.jq \
+ tests/modules/streaming.jq tests/modules/data.json \
+ tests/modules/syntaxerror/syntaxerror.jq \
+ tests/modules/test_bind_order.jq \
+ tests/modules/test_bind_order0.jq \
+ tests/modules/test_bind_order1.jq \
+ tests/modules/test_bind_order2.jq
+
# README.md is expected in Github projects, good stuff in it, so we'll
# distribute it and install it with the package in the doc directory.