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 SUBDIRS = doc m4 po src
if USE_COLOR
SUBDIRS += syntax
endif
EXTRA_DIST = ChangeLog.pre-2.1 IMPROVEMENTS README.GIT nano.spec EXTRA_DIST = ChangeLog.pre-2.1 IMPROVEMENTS README.GIT nano.spec
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4

View File

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

View File

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