mirror of git://git.sv.gnu.org/nano.git
syntaxes: move the rules for Fortran and Povray files down to extra/
Fortran and POV-Ray files are not found on any regular install of a Unixy system nor in common software packages. People who want these syntaxes will have to make a little effort to enable them.
This commit is contained in:
parent
36e22c99a1
commit
afce41c754
|
@ -8,7 +8,6 @@ pkgdata_DATA = asm.nanorc \
|
|||
default.nanorc \
|
||||
elisp.nanorc \
|
||||
email.nanorc \
|
||||
fortran.nanorc \
|
||||
go.nanorc \
|
||||
groff.nanorc \
|
||||
guile.nanorc \
|
||||
|
@ -30,7 +29,6 @@ pkgdata_DATA = asm.nanorc \
|
|||
php.nanorc \
|
||||
po.nanorc \
|
||||
postgresql.nanorc \
|
||||
pov.nanorc \
|
||||
python.nanorc \
|
||||
ruby.nanorc \
|
||||
rust.nanorc \
|
||||
|
@ -42,7 +40,10 @@ pkgdata_DATA = asm.nanorc \
|
|||
|
||||
nobase_pkgdata_DATA = \
|
||||
extra/debian.nanorc \
|
||||
extra/fortran.nanorc \
|
||||
extra/gentoo.nanorc \
|
||||
extra/haskell.nanorc \
|
||||
extra/povray.nanorc \
|
||||
extra/spec.nanorc
|
||||
|
||||
EXTRA_DIST = $(pkgdata_DATA) $(nobase_pkgdata_DATA)
|
||||
|
|
Loading…
Reference in New Issue