From: Daniel Stenberg Date: Wed, 25 Mar 2020 15:31:13 +0000 (+0100) Subject: dist: add mail-rcpt-allowfails.d to the tarball X-Git-Tag: curl-7_70_0~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35318218b8a0f4082266c839710c4c67ea79deae;p=thirdparty%2Fcurl.git dist: add mail-rcpt-allowfails.d to the tarball Reported-by: Maksim Stsepanenka Reviewed-by: Jat Satiro Closes #5146 --- diff --git a/docs/cmdline-opts/Makefile.inc b/docs/cmdline-opts/Makefile.inc index c5a0adae07..5b7439e4a4 100644 --- a/docs/cmdline-opts/Makefile.inc +++ b/docs/cmdline-opts/Makefile.inc @@ -59,8 +59,8 @@ DPAGES = \ dump-header.d \ egd-file.d \ engine.d \ - etag-save.d \ etag-compare.d \ + etag-save.d \ expect100-timeout.d \ fail-early.d \ fail.d \ @@ -106,6 +106,7 @@ DPAGES = \ login-options.d \ mail-auth.d \ mail-from.d \ + mail-rcpt-allowfails.d \ mail-rcpt.d \ manual.d \ max-filesize.d \ @@ -183,7 +184,7 @@ DPAGES = \ retry-delay.d \ retry-max-time.d \ retry.d \ - sasl-authzid.d \ + sasl-authzid.d \ sasl-ir.d \ service-name.d \ show-error.d \