mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 14:51:36 +03:00
fa56310454
(This should have been updated when the Changelogs were renamed.)
13 lines
219 B
Makefile
13 lines
219 B
Makefile
AUTOMAKE_OPTIONS = gnu no-dependencies
|
|
|
|
SUBDIRS = doc 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
|