summaryrefslogtreecommitdiffstats
path: root/text-utils/Makefile.am
diff options
context:
space:
mode:
authorStepan Kasal2007-05-15 20:46:27 +0200
committerKarel Zak2007-05-16 11:43:30 +0200
commit81c3ab2d602b3c9af811277173efbdec9446c928 (patch)
tree63d24095e1e53dffe7cad44b876aaf02c3903c1c /text-utils/Makefile.am
parentbuild-sys: use dist_usrbinexec_SCRIPTS in misc-utils/Makefile.am (diff)
downloadkernel-qcow2-util-linux-81c3ab2d602b3c9af811277173efbdec9446c928.tar.gz
kernel-qcow2-util-linux-81c3ab2d602b3c9af811277173efbdec9446c928.tar.xz
kernel-qcow2-util-linux-81c3ab2d602b3c9af811277173efbdec9446c928.zip
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/Makefile.am')
-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 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