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:15:29 -0700 |
commit | 5fc57441b68a85ca3aaa306c336b242616a99f12 (patch) | |
tree | fedd3716a19ff855a6508b47407d6ac112bd94e9 | |
parent | f3d63d9e4956e64f632fbcf5da76fb7278072cb7 (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.
(cherry picked from commit 9ffd1951d1f2fd2f53273d04ea29de050f07af55)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d1118fe9..68c12430 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,5 +22,5 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = uxa src man -EXTRA_DIST = README +EXTRA_DIST = README AUTHORS NEWS DISTCLEANFILES = doltcompile |