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 \
|
tcl.nanorc \
|
||||||
tex.nanorc \
|
tex.nanorc \
|
||||||
texinfo.nanorc \
|
texinfo.nanorc \
|
||||||
xml.nanorc
|
xml.nanorc \
|
||||||
|
yaml.nanorc
|
||||||
|
|
||||||
nobase_pkgdata_DATA = \
|
nobase_pkgdata_DATA = \
|
||||||
extra/ada.nanorc \
|
extra/ada.nanorc \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user