diff options
author | Kamil Dudka <kdudka@redhat.com> | 2018-08-09 15:22:11 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2018-08-13 14:21:57 +0200 |
commit | 233908a55aa041d1ad3d901f9c3b8e3b1ebd3d55 (patch) | |
tree | 3c5ae9024520a0bcadcfd77eb71ec777d0c3948c /docs/cmdline-opts | |
parent | 60000eb82f1a4f242ffb134905a820e035a292c2 (diff) | |
download | curl-233908a55aa041d1ad3d901f9c3b8e3b1ebd3d55.tar.gz |
docs: add disallow-username-in-url.d and haproxy-protocol.d on the list
... to make make the files appear in distribution tarballs
Closes #2856
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/cmdline-opts/Makefile.inc b/docs/cmdline-opts/Makefile.inc index 67fe1a04b..fe5fb5baf 100644 --- a/docs/cmdline-opts/Makefile.inc +++ b/docs/cmdline-opts/Makefile.inc @@ -47,6 +47,7 @@ DPAGES = abstract-unix-socket.d anyauth.d append.d basic.d cacert.d capath.d cer tlsv1.3.d tlsv1.d trace-ascii.d trace.d trace-time.d tr-encoding.d \ unix-socket.d upload-file.d url.d use-ascii.d user-agent.d user.d \ verbose.d version.d write-out.d xattr.d request-target.d \ - styled-output.d tls13-ciphers.d proxy-tls13-ciphers.d + styled-output.d tls13-ciphers.d proxy-tls13-ciphers.d \ + disallow-username-in-url.d haproxy-protocol.d OTHERPAGES = page-footer page-header |