Imported Upstream version 7.53.1
[platform/upstream/curl.git] / docs / cmdline-opts / Makefile.am
1 #***************************************************************************
2 #                                  _   _ ____  _
3 #  Project                     ___| | | |  _ \| |
4 #                             / __| | | | |_) | |
5 #                            | (__| |_| |  _ <| |___
6 #                             \___|\___/|_| \_\_____|
7 #
8 # Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
9 #
10 # This software is licensed as described in the file COPYING, which
11 # you should have received as part of this distribution. The terms
12 # are also available at https://curl.haxx.se/docs/copyright.html.
13 #
14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 # copies of the Software, and permit persons to whom the Software is
16 # furnished to do so, under the terms of the COPYING file.
17 #
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 # KIND, either express or implied.
20 #
21 ###########################################################################
22
23 AUTOMAKE_OPTIONS = foreign no-dependencies
24
25 MANPAGE = $(top_builddir)/docs/curl.1
26
27 DPAGES = abstract-unix-socket.d anyauth.d append.d basic.d cacert.d capath.d cert.d \
28   cert-status.d cert-type.d ciphers.d compressed.d config.d             \
29   connect-timeout.d connect-to.d continue-at.d cookie.d cookie-jar.d    \
30   create-dirs.d crlf.d crlfile.d data-ascii.d data-binary.d data.d      \
31   data-raw.d data-urlencode.d delegation.d digest.d disable.d           \
32   disable-eprt.d disable-epsv.d dns-interface.d dns-ipv4-addr.d         \
33   dns-ipv6-addr.d dns-servers.d dump-header.d egd-file.d engine.d       \
34   environment.d expect100-timeout.d fail.d fail-early.d false-start.d   \
35   form.d form-string.d ftp-account.d ftp-alternative-to-user.d          \
36   ftp-create-dirs.d ftp-method.d ftp-pasv.d ftp-port.d ftp-pret.d       \
37   ftp-skip-pasv-ip.d ftp-ssl-ccc.d ftp-ssl-ccc-mode.d ftp-ssl-control.d \
38   get.d globoff.d head.d header.d help.d hostpubmd5.d http1.0.d         \
39   http1.1.d http2.d http2-prior-knowledge.d ignore-content-length.d     \
40   include.d insecure.d interface.d ipv4.d ipv6.d junk-session-cookies.d \
41   keepalive-time.d key.d key-type.d krb.d libcurl.d limit-rate.d        \
42   list-only.d local-port.d location.d location-trusted.d                \
43   login-options.d mail-auth.d mail-from.d mail-rcpt.d manual.d          \
44   max-filesize.d max-redirs.d max-time.d metalink.d negotiate.d netrc.d \
45   netrc-file.d netrc-optional.d next.d no-alpn.d no-buffer.d            \
46   no-keepalive.d no-npn.d noproxy.d no-sessionid.d ntlm.d ntlm-wb.d     \
47   oauth2-bearer.d output.d pass.d path-as-is.d pinnedpubkey.d post301.d \
48   post302.d post303.d preproxy.d progress-bar.d proto.d proto-default.d \
49   proto-redir.d proxy1.0.d proxy-anyauth.d proxy-basic.d proxy-cacert.d \
50   proxy-capath.d proxy-cert.d proxy-cert-type.d proxy-ciphers.d         \
51   proxy-crlfile.d proxy.d proxy-digest.d proxy-header.d                 \
52   proxy-insecure.d proxy-key.d proxy-key-type.d proxy-negotiate.d       \
53   proxy-ntlm.d proxy-pass.d proxy-service-name.d                        \
54   proxy-ssl-allow-beast.d proxy-tlsauthtype.d proxy-tlspassword.d       \
55   proxy-tlsuser.d proxy-tlsv1.d proxytunnel.d proxy-user.d pubkey.d     \
56   quote.d random-file.d range.d raw.d referer.d remote-header-name.d    \
57   remote-name-all.d remote-name.d remote-time.d request.d resolve.d     \
58   retry-connrefused.d retry.d retry-delay.d retry-max-time.d sasl-ir.d  \
59   service-name.d show-error.d silent.d socks4a.d socks4.d socks5.d      \
60   socks5-gssapi-nec.d socks5-gssapi-service.d socks5-hostname.d         \
61   speed-limit.d speed-time.d ssl-allow-beast.d ssl.d ssl-no-revoke.d    \
62   ssl-reqd.d sslv2.d sslv3.d stderr.d tcp-fastopen.d tcp-nodelay.d      \
63   telnet-option.d tftp-blksize.d tftp-no-options.d time-cond.d          \
64   tlsauthtype.d tlspassword.d tlsuser.d tlsv1.0.d tlsv1.1.d tlsv1.2.d   \
65   tlsv1.3.d tlsv1.d trace-ascii.d trace.d trace-time.d tr-encoding.d    \
66   unix-socket.d upload-file.d url.d use-ascii.d user-agent.d user.d     \
67   verbose.d version.d write-out.d xattr.d
68
69 OTHERPAGES = page-footer page-header
70
71 EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl $(OTHERPAGES)
72
73 all: $(MANPAGE)
74
75 $(MANPAGE): $(DPAGES) $(OTHERPAGES)
76         @PERL@ $(srcdir)/gen.pl mainpage $(srcdir) > $(MANPAGE)