syntax: move distro-specific files down to a subdirectory, syntax/extra/
parent
fb53ad9c3a
commit
56d1214187
|
@ -221,6 +221,8 @@
|
||||||
# include "@PKGDATADIR@/python.nanorc"
|
# include "@PKGDATADIR@/python.nanorc"
|
||||||
# include "@PKGDATADIR@/sh.nanorc"
|
# include "@PKGDATADIR@/sh.nanorc"
|
||||||
|
|
||||||
|
## In @PKGDATADIR@/extra/ you can find some syntaxes that are
|
||||||
|
## specific for certain distros or for less common languages.
|
||||||
|
|
||||||
## If <Tab> should always produce four spaces when editing a Python file,
|
## If <Tab> should always produce four spaces when editing a Python file,
|
||||||
## independent of the settings of 'tabsize' and 'tabstospaces':
|
## independent of the settings of 'tabsize' and 'tabstospaces':
|
||||||
|
|
|
@ -5,12 +5,10 @@ pkgdata_DATA = asm.nanorc \
|
||||||
cmake.nanorc \
|
cmake.nanorc \
|
||||||
c.nanorc \
|
c.nanorc \
|
||||||
css.nanorc \
|
css.nanorc \
|
||||||
debian.nanorc \
|
|
||||||
default.nanorc \
|
default.nanorc \
|
||||||
elisp.nanorc \
|
elisp.nanorc \
|
||||||
email.nanorc \
|
email.nanorc \
|
||||||
fortran.nanorc \
|
fortran.nanorc \
|
||||||
gentoo.nanorc \
|
|
||||||
go.nanorc \
|
go.nanorc \
|
||||||
groff.nanorc \
|
groff.nanorc \
|
||||||
guile.nanorc \
|
guile.nanorc \
|
||||||
|
@ -37,10 +35,14 @@ pkgdata_DATA = asm.nanorc \
|
||||||
ruby.nanorc \
|
ruby.nanorc \
|
||||||
rust.nanorc \
|
rust.nanorc \
|
||||||
sh.nanorc \
|
sh.nanorc \
|
||||||
spec.nanorc \
|
|
||||||
tcl.nanorc \
|
tcl.nanorc \
|
||||||
tex.nanorc \
|
tex.nanorc \
|
||||||
texinfo.nanorc \
|
texinfo.nanorc \
|
||||||
xml.nanorc
|
xml.nanorc
|
||||||
|
|
||||||
EXTRA_DIST = $(pkgdata_DATA)
|
nobase_pkgdata_DATA = \
|
||||||
|
extra/debian.nanorc \
|
||||||
|
extra/gentoo.nanorc \
|
||||||
|
extra/spec.nanorc
|
||||||
|
|
||||||
|
EXTRA_DIST = $(pkgdata_DATA) $(nobase_pkgdata_DATA)
|
||||||
|
|
Loading…
Reference in New Issue