Commit b0ef2e28 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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

They are not documentation, they are functional elements of nano.
No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
...@@ -2,6 +2,10 @@ AUTOMAKE_OPTIONS = gnu no-dependencies ...@@ -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
...@@ -752,10 +752,10 @@ AC_CONFIG_FILES([ ...@@ -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
]) ])
......
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
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment