nano/Makefile.am
Benno Schulenberg b0ef2e2803 build: move the syntax files out of the doc/ directory
They are not documentation, they are functional elements of nano.
2016-12-30 22:05:01 +01:00

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