diff --git a/ChangeLog b/ChangeLog
index 93bf57a0f39b2f8714704f5284b633e732ce1b7c..055d3d1617419b3168191e8348fec6c6856bba10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
 	"Unknown Command" message on every cursor-positioning mouse click.
 	* src/nano.c (do_mouse): Put a common statement outside of then/else.
 	* src/Makefile.am: Remove -I m4; it is needed only at the top level.
+	* Makefile.am: Trim the contents of EXTRA_DIST to what is required.
 
 2014-06-14  Mark Majeres  <mark@engine12.com>
 	* src/nano.h, src/text.c (undo_cut, update_undo): When undoing a
diff --git a/Makefile.am b/Makefile.am
index 0887753ae423b44b09ae36ce8d68b7a0272254e4..d24a3c7ca268e92c5fdeb0c4d3d7ed6ed1b91734 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,6 @@ AUTOMAKE_OPTIONS = gnu no-dependencies
 
 SUBDIRS = doc m4 po src
 
-EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING COPYING.DOC ChangeLog \
-		ChangeLog.pre-2.1 INSTALL NEWS README README.SVN \
-		THANKS TODO UPGRADE config.rpath install-sh missing \
-		mkinstalldirs nano.spec
+EXTRA_DIST = BUGS ChangeLog.pre-2.1 README.SVN UPGRADE nano.spec
 
 ACLOCAL_AMFLAGS = -I m4