]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmdline-opts: include the man page split up files in the dist
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Dec 2016 23:23:04 +0000 (00:23 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Dec 2016 23:23:04 +0000 (00:23 +0100)
configure.ac
docs/Makefile.am
docs/cmdline-opts/Makefile.am [new file with mode: 0644]

index 7eff485b7f61884c7356bd952346183979f1a8df..91028458f03d6ef046cd05434b4dd50a9789127b 100644 (file)
@@ -3827,6 +3827,7 @@ AC_CONFIG_FILES([Makefile \
            docs/examples/Makefile \
            docs/libcurl/Makefile \
            docs/libcurl/opts/Makefile \
+           docs/cmdline-opts/Makefile \
            include/Makefile \
            include/curl/Makefile \
            src/Makefile \
index fd045d2696825a53dd656974b2518fabea40ebf8..a1e64b6ad17b33688bd8f357162ad8bc72b7a320 100644 (file)
@@ -29,7 +29,7 @@ PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf
 
 HTMLPAGES = $(GENHTMLPAGES) index.html
 
-SUBDIRS = examples libcurl
+SUBDIRS = examples libcurl cmdline-opts
 
 CLEANFILES = $(GENHTMLPAGES) $(PDFPAGES)
 
diff --git a/docs/cmdline-opts/Makefile.am b/docs/cmdline-opts/Makefile.am
new file mode 100644 (file)
index 0000000..925f07f
--- /dev/null
@@ -0,0 +1,67 @@
+#***************************************************************************
+#                                  _   _ ____  _
+#  Project                     ___| | | |  _ \| |
+#                             / __| | | | |_) | |
+#                            | (__| |_| |  _ <| |___
+#                             \___|\___/|_| \_\_____|
+#
+# Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+#
+# This software is licensed as described in the file COPYING, which
+# you should have received as part of this distribution. The terms
+# are also available at https://curl.haxx.se/docs/copyright.html.
+#
+# You may opt to use, copy, modify, merge, publish, distribute and/or sell
+# copies of the Software, and permit persons to whom the Software is
+# furnished to do so, under the terms of the COPYING file.
+#
+# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
+# KIND, either express or implied.
+#
+###########################################################################
+
+AUTOMAKE_OPTIONS = foreign no-dependencies
+
+DPAGES = anyauth.d append.d basic.d cacert.d capath.d cert.d           \
+  cert-status.d cert-type.d ciphers.d compressed.d config.d            \
+  connect-timeout.d connect-to.d continue-at.d cookie.d cookie-jar.d   \
+  create-dirs.d crlf.d crlfile.d data-ascii.d data-binary.d data.d     \
+  data-raw.d data-urlencode.d delegation.d digest.d disable.d          \
+  disable-eprt.d disable-epsv.d dns-interface.d dns-ipv4-addr.d                \
+  dns-ipv6-addr.d dns-servers.d dump-header.d egd-file.d engine.d      \
+  environment.d expect100-timeout.d fail.d fail-early.d false-start.d  \
+  form.d form-string.d ftp-account.d ftp-alternative-to-user.d         \
+  ftp-create-dirs.d ftp-method.d ftp-pasv.d ftp-port.d ftp-pret.d      \
+  ftp-skip-pasv-ip.d ftp-ssl-ccc.d ftp-ssl-ccc-mode.d ftp-ssl-control.d        \
+  get.d globoff.d head.d header.d help.d hostpubmd5.d http1.0.d                \
+  http1.1.d http2.d http2-prior-knowledge.d ignore-content-length.d    \
+  include.d insecure.d interface.d ipv4.d ipv6.d junk-session-cookies.d        \
+  keepalive-time.d key.d key-type.d krb.d libcurl.d limit-rate.d       \
+  list-only.d local-port.d location.d location-trusted.d               \
+  login-options.d mail-auth.d mail-from.d mail-rcpt.d manual.d         \
+  max-filesize.d max-redirs.d max-time.d metalink.d negotiate.d netrc.d        \
+  netrc-file.d netrc-optional.d next.d no-alpn.d no-buffer.d           \
+  no-keepalive.d no-npn.d noproxy.d no-sessionid.d ntlm.d ntlm-wb.d    \
+  oauth2-bearer.d output.d pass.d path-as-is.d pinnedpubkey.d post301.d        \
+  post302.d post303.d preproxy.d progress-bar.d proto.d proto-default.d        \
+  proto-redir.d proxy1.0.d proxy-anyauth.d proxy-basic.d proxy-cacert.d        \
+  proxy-capath.d proxy-cert.d proxy-cert-type.d proxy-ciphers.d                \
+  proxy-crlfile.d proxy.d proxy-digest.d proxy-header.d                        \
+  proxy-insecure.d proxy-key.d proxy-key-type.d proxy-negotiate.d      \
+  proxy-ntlm.d proxy-pass.d proxy-service-name.d                       \
+  proxy-ssl-allow-beast.d proxy-tlsauthtype.d proxy-tlspassword.d      \
+  proxy-tlsuser.d proxy-tlsv1.d proxytunnel.d proxy-user.d pubkey.d    \
+  quote.d random-file.d range.d raw.d referer.d remote-header-name.d   \
+  remote-name-all.d remote-name.d remote-time.d request.d resolve.d    \
+  retry-connrefused.d retry.d retry-delay.d retry-max-time.d sasl-ir.d \
+  service-name.d show-error.d silent.d socks4a.d socks4.d socks5.d     \
+  socks5-gssapi-nec.d socks5-gssapi-service.d socks5-hostname.d                \
+  speed-limit.d speed-time.d ssl-allow-beast.d ssl.d ssl-no-revoke.d   \
+  ssl-reqd.d sslv2.d sslv3.d stderr.d tcp-fastopen.d tcp-nodelay.d     \
+  telnet-option.d tftp-blksize.d tftp-no-options.d time-cond.d         \
+  tlsauthtype.d tlspassword.d tlsuser.d tlsv1.0.d tlsv1.1.d tlsv1.2.d  \
+  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
+
+EXTRA_DIST = $(DPAGES) MANPAGE.md gen.pl page-footer page-header