From: Daniel Stenberg Date: Wed, 3 Apr 2024 08:00:03 +0000 (+0200) Subject: dist: remove the curl-config.1 from the tarball X-Git-Tag: curl-8_8_0~312 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60971d665b9b1df870821e91b35373ec6dc4b19a;p=thirdparty%2Fcurl.git dist: remove the curl-config.1 from the tarball The markdown file is already there and the .1 file gets generated in the build. Ref: #13250 Closes #13268 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index dc96808648..7584dd2a1e 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -30,7 +30,6 @@ MK_CA_DOCS = mk-ca-bundle.1 CURLCONF_DOCS = curl-config.1 endif -man_MANS = curl-config.1 CURLPAGES = curl-config.md mk-ca-bundle.md SUBDIRS = . cmdline-opts libcurl @@ -42,7 +41,6 @@ endif EXTRA_DIST = \ $(CURLPAGES) \ - $(CURLCONF_DOCS) \ ALTSVC.md \ BINDINGS.md \ BUFREF.md \ @@ -110,7 +108,7 @@ CD2_ = $(CD2_0) SUFFIXES = .1 .md -all: $(MK_CA_DOCS) +all: $(MK_CA_DOCS) $(CURLCONF_DOCS) .md.1: $(CD2)$(CD2NROFF)