mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
e3016d90aa
from CVS with automake 1.7.x again; for some reason, automake 1.9.x didn't have a problem with its (erroneously) being left out; also add some formatting fixes to other Makefile.am's dealing with too many or too few blank lines git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2089 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
11 lines
256 B
Makefile
11 lines
256 B
Makefile
## $Id$
|
|
AUTOMAKE_OPTIONS = gnu no-dependencies
|
|
|
|
SUBDIRS = doc m4 po src
|
|
|
|
EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
|
|
README THANKS TODO UPGRADE config.rpath install-sh missing \
|
|
mkinstalldirs nano.spec
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|