From b46c8c586bcc1c253ad506ff8262a912f23c86fb Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 27 Oct 2021 11:56:06 +0200 Subject: [PATCH] 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 Bug existed since version 5.9, commit c2790a8a. --- syntax/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/syntax/Makefile.am b/syntax/Makefile.am index 8d747546..4c5bce37 100644 --- 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 \