summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-08-22 16:27:06 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-08-22 16:27:06 -0700
commit371e74a25fb3d6b5a77600353c6d3c912b082cd3 (patch)
tree082a73bdf6864e16f850c8a48add1bd2067ccf42 /Makefile.am
parent9ec27fe3626e19aab0bfa84315387b8c27f00c5b (diff)
Remove obsolete comment in Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f227f41f..b4f0e3aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -145,9 +145,6 @@ 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
-# 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 = $(DOC_FILES) $(man_MANS) $(TESTS) $(TEST_LOG_COMPILER) \
jq.1.prebuilt jq.spec lexer.c lexer.h parser.c parser.h \
scripts/version tests/jq.test tests/modules/.jq \