mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
ba8d71f447
On a system with up-to-date GNU tools, this does not change the size of nano's binary. We start off with importing only a few modules, although we don't yet delete the fallback logic for them.
13 lines
223 B
Makefile
13 lines
223 B
Makefile
AUTOMAKE_OPTIONS = gnu no-dependencies
|
|
|
|
SUBDIRS = doc lib m4 po src
|
|
|
|
if USE_COLOR
|
|
SUBDIRS += syntax
|
|
endif
|
|
|
|
EXTRA_DIST = ChangeLog.1999-2006 ChangeLog.2007-2015 \
|
|
IMPROVEMENTS README.GIT nano.spec
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|