commit b46c8c586bcc1c253ad506ff8262a912f23c86fb
parent 0e1d45dc365ff481555d8767c3057e693404900e
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Wed, 27 Oct 2021 11:56:06 +0200
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.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/syntax/Makefile.am b/syntax/Makefile.am
@@ -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 \