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.
master
Benno Schulenberg 2021-10-27 11:56:06 +02:00
parent 0e1d45dc36
commit b46c8c586b
1 changed files with 2 additions and 1 deletions

View File

@ -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 \