summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-04-08 11:11:34 +0200
committerJim Meyering <meyering@redhat.com>2010-04-08 11:11:34 +0200
commitb185c3c6b8c8d8a9db750f8d3fbb4d03844dbc84 (patch)
treed6d4c3f7fa6fba12c712c4458564b31875d3feb5 /Makefile.am
parent567b94d9c68c6f33215db925d25e3a442278a59c (diff)
downloadgrep-b185c3c6b8c8d8a9db750f8d3fbb4d03844dbc84.tar.gz
maint: Makefile.am tweak (no semantic change)
* Makefile.am (EXTRA_DIST): List one per line. Sort. build: include cfg.mk in the distribution tarball * Makefile.am (EXTRA_DIST): Add cfg.mk.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5a0aacb0..0d221135 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,8 +20,12 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = po lib doc src tests gnulib-tests
-EXTRA_DIST = build-aux/config.rpath TODO README README-alpha \
- Makefile.boot README-boot
+EXTRA_DIST = \
+ Makefile.boot \
+ README \
+ README-alpha \
+ README-boot \
+ TODO
# Arrange so that .tarball-version appears only in the distribution
# tarball, and never in a checked-out repository.