From 27a1e629b5fc41677804e8f92926d305951ac5b1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 12 Jan 2026 21:38:21 +0100 Subject: [PATCH] Makefile.am: drop stray VC project files from dist Most files were removed 2 years ago, the remaining two do not work without those. Follow-up to 3d93d18dede1d0f7fa54c6aa57300f9de12c5476 #12288 Closes #20272 --- .github/scripts/distfiles.sh | 2 +- Makefile.am | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/scripts/distfiles.sh b/.github/scripts/distfiles.sh index eaa7857af2..456c123f25 100755 --- a/.github/scripts/distfiles.sh +++ b/.github/scripts/distfiles.sh @@ -21,7 +21,7 @@ gitonly=".git* ^docs/examples/adddocsref.pl ^docs/tests/CI.md ^docs/THANKS-filter -^projects/Windows/* +^projects/* ^scripts/ciconfig.pl ^scripts/cijobs.pl ^scripts/contributors.sh diff --git a/Makefile.am b/Makefile.am index 66e6972ab0..c889c852c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,10 +64,7 @@ CMAKE_DIST = \ tests/cmake/test.c \ tests/cmake/test.sh -VC_DIST = projects/README.md projects/generate.bat - -EXTRA_DIST = CHANGES.md COPYING RELEASE-NOTES Dockerfile .editorconfig \ - $(CMAKE_DIST) $(VC_DIST) +EXTRA_DIST = CHANGES.md COPYING RELEASE-NOTES Dockerfile .editorconfig $(CMAKE_DIST) DISTCLEANFILES = buildinfo.txt