build: move the syntax files out of the doc/ directory

They are not documentation, they are functional elements of nano.
master
Benno Schulenberg 2016-12-24 17:25:06 +01:00
parent 6981294c9d
commit b0ef2e2803
47 changed files with 5 additions and 5 deletions

View File

@ -2,6 +2,10 @@ 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

View File

@ -752,10 +752,10 @@ AC_CONFIG_FILES([
Makefile
doc/Makefile
doc/nanorc.sample
doc/syntax/Makefile
m4/Makefile
po/Makefile.in
src/Makefile
syntax/Makefile
nano.spec
])

View File

@ -1,10 +1,6 @@
SUBDIRS =
BUILT_SOURCES =
if USE_COLOR
SUBDIRS += syntax
endif
dist_html_DATA = faq.html
dist_man_MANS = nano.1 rnano.1