mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 22:29:42 +03:00
b0ef2e2803
They are not documentation, they are functional elements of nano.
12 lines
193 B
Makefile
12 lines
193 B
Makefile
AUTOMAKE_OPTIONS = gnu no-dependencies
|
|
|
|
SUBDIRS = doc m4 po src
|
|
|
|
if USE_COLOR
|
|
SUBDIRS += syntax
|
|
endif
|
|
|
|
EXTRA_DIST = ChangeLog.pre-2.1 IMPROVEMENTS README.GIT nano.spec
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|