mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:11:40 +03:00
dist: drop .in files from EXTRA_DIST
Some of the `.in` files were listed in `EXTRA_DIST`. Delete them. `.in` files (passed to `AC_CONFIG_FILES`) are added automatically to the distro by autotools. Closes #14821
This commit is contained in:
parent
e666a678bd
commit
fc708ea9ea
2 changed files with 3 additions and 4 deletions
|
|
@ -82,9 +82,9 @@ PLAN9_DIST = plan9/include/mkfile \
|
|||
plan9/src/mkfile.inc \
|
||||
plan9/src/mkfile
|
||||
|
||||
EXTRA_DIST = CHANGES.md COPYING Makefile.dist curl-config.in \
|
||||
RELEASE-NOTES libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST) \
|
||||
$(PLAN9_DIST) lib/libcurl.vers.in buildconf.bat Dockerfile
|
||||
EXTRA_DIST = CHANGES.md COPYING Makefile.dist \
|
||||
RELEASE-NOTES $(CMAKE_DIST) $(VC_DIST) $(WINBUILD_DIST) \
|
||||
$(PLAN9_DIST) buildconf.bat Dockerfile
|
||||
|
||||
CLEANFILES = $(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) \
|
||||
$(VC14_10_LIBVCXPROJ) $(VC14_10_SRCVCXPROJ) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue