summaryrefslogtreecommitdiff
path: root/text-utils
diff options
context:
space:
mode:
authorStepan Kasal <skasal@redhat.com>2007-05-15 20:46:27 +0200
committerKarel Zak <kzak@redhat.com>2007-05-16 11:43:30 +0200
commit81c3ab2d602b3c9af811277173efbdec9446c928 (patch)
tree63d24095e1e53dffe7cad44b876aaf02c3903c1c /text-utils
parent5fdb7edf654049006856c119fa46a0f4bad9fb9d (diff)
downloadutil-linux-old-81c3ab2d602b3c9af811277173efbdec9446c928.tar.gz
build-sys: do not use wildcards in EXTRA_DIST
Wildcards in EXTRA_DIST break "make dist" for vpath build. But plain directory names are ok. Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'text-utils')
-rw-r--r--text-utils/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/text-utils/Makefile.am b/text-utils/Makefile.am
index f3c3dca8..9ec071df 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