From b185c3c6b8c8d8a9db750f8d3fbb4d03844dbc84 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 8 Apr 2010 11:11:34 +0200 Subject: 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. --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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. -- cgit v1.2.1