]> git.eshelyaron.com Git - emacs.git/commit
Always include the test/ directory in tarfiles
authorGlenn Morris <rgm@gnu.org>
Mon, 10 May 2021 17:42:53 +0000 (10:42 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 10 May 2021 17:42:53 +0000 (10:42 -0700)
commitdc151c000128cef231dfd88c6da43ad76cc08aeb
tree9b779c3ea38ea0f9e2584f8c8e397fe55528bc82
parent02c80307f13f7ffe3dc024aee72e47060b4a1996
Always include the test/ directory in tarfiles

In hindsight, it's hard to see why not including it was ever an option.
* make-dist: Always include the test/ directory.
(with_tests): Remove.
(--tests, --no-tests): Make these options no-ops.
* Makefile.in (mostlyclean_dirs, maintainer_clean_dirs): Add "test".
(mostlyclean, clean, distclean, maintainer-clean):
Remove special-casing for "test".
($(CHECK_TARGETS)): Simplify.
Makefile.in
make-dist