summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am6
-rw-r--r--fdisk/Makefile.am2
-rw-r--r--hwclock/Makefile.am2
-rw-r--r--misc-utils/Makefile.am5
-rw-r--r--tests/Makefile.am4
-rw-r--r--text-utils/Makefile.am4
6 files changed, 13 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am
index 69b602b20..a7ce83626 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,9 +20,9 @@ ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = config/include-Makefile.am \
autogen.sh \
- README.* \
- licenses/* \
- example.files/* \
+ README.devel \
+ licenses/ \
+ example.files/ \
po/Makevars.template \
po/update-potfiles
diff --git a/fdisk/Makefile.am b/fdisk/Makefile.am
index 904d00192..38d1ed2f4 100644
--- a/fdisk/Makefile.am
+++ b/fdisk/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/config/include-Makefile.am
-EXTRA_DIST = README.* sfdisk.examples partitiontype.c
+EXTRA_DIST = README.fdisk README.cfdisk sfdisk.examples partitiontype.c
if !M68K
diff --git a/hwclock/Makefile.am b/hwclock/Makefile.am
index 80207d0d4..dac1541c9 100644
--- a/hwclock/Makefile.am
+++ b/hwclock/Makefile.am
@@ -11,4 +11,4 @@ if HAVE_AUDIT
hwclock_LDADD += -laudit
endif
-EXTRA_DIST = README.* clock-ppc.c
+EXTRA_DIST = README.hwclock clock-ppc.c
diff --git a/misc-utils/Makefile.am b/misc-utils/Makefile.am
index c16024cf1..308367061 100644
--- a/misc-utils/Makefile.am
+++ b/misc-utils/Makefile.am
@@ -1,11 +1,12 @@
include $(top_srcdir)/config/include-Makefile.am
-EXTRA_DIST = README.*
+EXTRA_DIST = README.flushb
bin_PROGRAMS =
usrbinexec_PROGRAMS = cal ddate logger look mcookie \
namei script whereis
+EXTRA_DIST += README.cal README.ddate README.namei README.namei2
mcookie_SOURCES = mcookie.c ../lib/md5.c
@@ -49,7 +50,7 @@ if BUILD_RESET
dist_usrbinexec_SCRIPTS = reset
man_MANS += reset.1
endif
-EXTRA_DIST += reset.033c
+EXTRA_DIST += README.reset reset.033c
if BUILD_WRITE
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fdcbf198d..ad9e4b60e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,9 +2,9 @@ include $(top_srcdir)/config/include-Makefile.am
SUBDIRS = helpers
-EXTRA_DIST = expected/* \
+EXTRA_DIST = expected/ \
functions.sh \
- input/* \
+ input/ \
README \
run.sh \
ts-col-multibyte \
diff --git a/text-utils/Makefile.am b/text-utils/Makefile.am
index f3c3dca82..9ec071df5 100644
--- a/text-utils/Makefile.am
+++ b/text-utils/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/config/include-Makefile.am
-EXTRA_DIST = README.* LICENSE.*
+EXTRA_DIST = README.clear README.col
usrbinexec_PROGRAMS = col colcrt colrm column hexdump rev line tailf
@@ -23,3 +23,5 @@ more_LDADD = -ltermcap
man_MANS += more.1
endif
endif
+
+EXTRA_DIST += README.pg LICENSE.pg