diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-16 15:43:16 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-01-23 13:57:54 +0100 |
commit | 4c49b83597969418584344eb0df499d150f8680c (patch) | |
tree | 1fb01daa6ae64a123d18562addf90f5036dbd4c8 /src/Makefile.am | |
parent | fd3ca89cede65d8907498e46ee9355411fcc3699 (diff) | |
download | curl-4c49b83597969418584344eb0df499d150f8680c.tar.gz |
docs/curl.1: generate from the cmdline-opts script
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 878bbfef5..bce13a9d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 |