Trimming the contents of EXTRA_DIST to what is beyond normal.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4971 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Benno Schulenberg 2014-06-16 12:54:06 +00:00
parent 1f67c1244d
commit d21649e906
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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