diff options
author | Carl Worth <cworth@cworth.org> | 2009-04-15 16:14:44 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-04-15 16:14:44 -0700 |
commit | 9ffd1951d1f2fd2f53273d04ea29de050f07af55 (patch) | |
tree | 46b5a411ac94da9a54edda00ac573e838c4552a1 /Makefile.am | |
parent | e4cd9de2933ada3e2a4b43552729ae3a370128bf (diff) |
Add AUTHORS and NEWS to EXTRA_DIST
These new files don't do us much good if we don't distribute them in
our releases.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 45b0c423..d91b3d22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,5 +23,5 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = uxa src man -EXTRA_DIST = README +EXTRA_DIST = README AUTHORS NEWS DISTCLEANFILES = doltcompile |