mirror of git://git.sv.gnu.org/nano.git
build: include the YAML syntax file among the distributed files
(It would be much better if the build rules automatically included
any *.nanorc files in the syntax/ directory into the tarball...)
This fixes https://savannah.gnu.org/bugs/?61391.
Reported-by: John Prokos <jprokos@gmail.com>
Bug existed since version 5.9, commit c2790a8a
.
This commit is contained in:
parent
0e1d45dc36
commit
b46c8c586b
|
@ -36,7 +36,8 @@ pkgdata_DATA = asm.nanorc \
|
|||
tcl.nanorc \
|
||||
tex.nanorc \
|
||||
texinfo.nanorc \
|
||||
xml.nanorc
|
||||
xml.nanorc \
|
||||
yaml.nanorc
|
||||
|
||||
nobase_pkgdata_DATA = \
|
||||
extra/ada.nanorc \
|
||||
|
|
Loading…
Reference in New Issue