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
This commit is contained in:
parent
df3d5ef25e
commit
60971d665b
@ -30,7 +30,6 @@ MK_CA_DOCS = mk-ca-bundle.1
|
|||||||
CURLCONF_DOCS = curl-config.1
|
CURLCONF_DOCS = curl-config.1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
man_MANS = curl-config.1
|
|
||||||
CURLPAGES = curl-config.md mk-ca-bundle.md
|
CURLPAGES = curl-config.md mk-ca-bundle.md
|
||||||
|
|
||||||
SUBDIRS = . cmdline-opts libcurl
|
SUBDIRS = . cmdline-opts libcurl
|
||||||
@ -42,7 +41,6 @@ endif
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(CURLPAGES) \
|
$(CURLPAGES) \
|
||||||
$(CURLCONF_DOCS) \
|
|
||||||
ALTSVC.md \
|
ALTSVC.md \
|
||||||
BINDINGS.md \
|
BINDINGS.md \
|
||||||
BUFREF.md \
|
BUFREF.md \
|
||||||
@ -110,7 +108,7 @@ CD2_ = $(CD2_0)
|
|||||||
|
|
||||||
SUFFIXES = .1 .md
|
SUFFIXES = .1 .md
|
||||||
|
|
||||||
all: $(MK_CA_DOCS)
|
all: $(MK_CA_DOCS) $(CURLCONF_DOCS)
|
||||||
|
|
||||||
.md.1:
|
.md.1:
|
||||||
$(CD2)$(CD2NROFF)
|
$(CD2)$(CD2NROFF)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user