diff options
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/Makefile.am | 4 |
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 |