mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
docs/curl.1: generate from the cmdline-opts script
This commit is contained in:
parent
fd3ca89ced
commit
4c49b83597
4 changed files with 21 additions and 2704 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2017, 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
|
||||
|
|
@ -101,6 +101,9 @@ HUGE=tool_hugehelp.c
|
|||
if USE_MANUAL
|
||||
# Here are the stuff to create a built-in manual
|
||||
|
||||
$(MANPAGE):
|
||||
cd $(top_builddir)/docs && make curl.1
|
||||
|
||||
if HAVE_LIBZ
|
||||
# This generates the tool_hugehelp.c file in both uncompressed and
|
||||
# compressed formats
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue