mirror of
https://github.com/curl/curl.git
synced 2026-08-24 11:33:33 +03:00
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 3d93d18ded #12288
Closes #20272
This commit is contained in:
parent
716637520d
commit
27a1e629b5
2 changed files with 2 additions and 5 deletions
2
.github/scripts/distfiles.sh
vendored
2
.github/scripts/distfiles.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue