summaryrefslogtreecommitdiff
path: root/text-utils
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2007-01-04 11:57:07 +0100
committerKarel Zak <kzak@redhat.com>2007-01-04 11:57:07 +0100
commit562218e6ea1926723045713e52449c24c6ccff1f (patch)
tree2a3e34852c8f79cb1d8eae42cfda6a2abd72d0f3 /text-utils
parent8eeb575c0d4a0a7af62615829ae99fed4ee3c08c (diff)
downloadutil-linux-old-562218e6ea1926723045713e52449c24c6ccff1f.tar.gz
build-sys: add missing files
This patch add all missing headers, man pages and README files to automake stuff and "make dist-gzip" produces useful tarball now. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils')
-rw-r--r--text-utils/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/text-utils/Makefile.am b/text-utils/Makefile.am
index aa7c9909..3c8b33bc 100644
--- a/text-utils/Makefile.am
+++ b/text-utils/Makefile.am
@@ -1,8 +1,11 @@
include $(top_srcdir)/config/include-Makefile.am
+EXTRA_DIST = README.clear README.col README.pg README.reset LICENSE.pg
+
usrbinexec_PROGRAMS = col colcrt colrm column hexdump rev line tailf
-hexdump_SOURCES = hexdump.c conv.c display.c hexsyntax.c odsyntax.c parse.c
+hexdump_SOURCES = hexdump.c conv.c display.c hexsyntax.c odsyntax.c parse.c \
+ hexdump.h
man_MANS = col.1 colcrt.1 colrm.1 column.1 hexdump.1 rev.1 line.1 tailf.1