mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Include missing EXTRA_DIST items; fix #661
This commit is contained in:
12
Makefile.am
12
Makefile.am
@@ -115,7 +115,17 @@ DOC_FILES = docs/content docs/public docs/templates docs/site.yml \
|
|||||||
# the developer setup script in the tarball.
|
# the developer setup script in the tarball.
|
||||||
EXTRA_DIST = $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) jq.spec \
|
EXTRA_DIST = $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) jq.spec \
|
||||||
$(DOC_FILES) scripts/version parser.h parser.c lexer.h \
|
$(DOC_FILES) scripts/version parser.h parser.c lexer.h \
|
||||||
lexer.c
|
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
|
# 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.
|
# distribute it and install it with the package in the doc directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user