diff options
author | Karel Zak | 2007-01-04 11:57:07 +0100 |
---|---|---|
committer | Karel Zak | 2007-01-04 11:57:07 +0100 |
commit | 562218e6ea1926723045713e52449c24c6ccff1f (patch) | |
tree | 2a3e34852c8f79cb1d8eae42cfda6a2abd72d0f3 /text-utils | |
parent | build-sys: remove generated autotools stuff from git (diff) | |
download | kernel-qcow2-util-linux-562218e6ea1926723045713e52449c24c6ccff1f.tar.gz kernel-qcow2-util-linux-562218e6ea1926723045713e52449c24c6ccff1f.tar.xz kernel-qcow2-util-linux-562218e6ea1926723045713e52449c24c6ccff1f.zip |
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.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/text-utils/Makefile.am b/text-utils/Makefile.am index aa7c9909d..3c8b33bcc 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 |