summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2017-03-01 23:01:08 -0600
committerNicolas Williams <nico@cryptonector.com>2017-03-01 23:01:08 -0600
commit89809a2d0f82500570cc2c33739fee10c173896a (patch)
tree75273f8dc72edb56f26247cc8815e3079a181fb7
parent9df19f53e44e97d59688a9f3d3736ff0f9cd0222 (diff)
Fix make dist
-rw-r--r--Makefile.am11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 73b02ef3..6344b4e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -157,11 +157,11 @@ install-binaries: $(BUILT_SOURCES)
DOC_FILES = docs/content docs/public docs/templates docs/site.yml \
docs/Gemfile docs/Gemfile.lock docs/Rakefile docs/README.md \
- docs/default_manpage.md jq.1.default
+ jq.1.prebuilt
EXTRA_DIST = $(DOC_FILES) $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) \
jq.1.prebuilt jq.spec src/lexer.c src/lexer.h src/parser.c \
- src/parser.h src/version.h src/builtin.inc \
+ src/parser.h src/version.h src/builtin.jq \
scripts/version tests/jq.test tests/modules/.jq \
tests/modules/a.jq tests/modules/b/b.jq tests/modules/c/c.jq \
tests/modules/c/d.jq tests/modules/data.json \
@@ -171,7 +171,12 @@ EXTRA_DIST = $(DOC_FILES) $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) \
tests/modules/test_bind_order0.jq \
tests/modules/test_bind_order1.jq \
tests/modules/test_bind_order2.jq tests/onig.supp \
- tests/onig.test tests/setup tests/torture/input0.json
+ tests/onig.test tests/setup tests/torture/input0.json \
+ tests/optional.test tests/optionaltest \
+ tests/utf8-truncate.jq tests/utf8test \
+ tests/base64.test tests/base64test \
+ tests/jq-f-test.sh tests/shtest
+
# README.md is expected in Github projects, good stuff in it, so we'll