From 750278795907062a571eb2148ce1f308913d3a8f Mon Sep 17 00:00:00 2001 From: Jan Vaclav Date: Fri, 26 Jan 2024 12:34:53 +0100 Subject: [PATCH] build: include meson-dist-data script in dist generated by autotools The script had not been previously included in the distribution tarball due to an oversight. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1849 Fixes: 1c41066a40d9 ('build: include documentation in meson dist') --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 4a4ea61628..833e8046e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5853,6 +5853,7 @@ EXTRA_DIST += \ tools/debug-helper.py \ tools/enums-to-docbook.pl \ tools/meson-post-install.sh \ + tools/meson-dist-data.sh \ tools/run-nm-test.sh \ tools/test-cloud-meta-mock.py \ tools/test-networkmanager-service.py \