From: Daniel Stenberg Date: Thu, 7 Mar 2024 22:25:07 +0000 (+0100) Subject: docs/cmdline-opts: drop the curl.1 from the dist tarball X-Git-Tag: curl-8_7_0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71681376d83449a00b5e3176fd1aa182ac2304cb;p=thirdparty%2Fcurl.git docs/cmdline-opts: drop the curl.1 from the dist tarball Since it is no longer needed for building tool_hugehelp.c and all the docs is available in readable markdown format in the tarball, the peeps that don't want to build the manpage still do good. Removing it also fixes the complexity of out-of-tree builds when the curl.1 exists in the source tree. --- diff --git a/docs/cmdline-opts/Makefile.am b/docs/cmdline-opts/Makefile.am index 476c932f22..50d1352706 100644 --- a/docs/cmdline-opts/Makefile.am +++ b/docs/cmdline-opts/Makefile.am @@ -53,6 +53,3 @@ $(ASCIIPAGE): $(DPAGES) $(SUPPORT) mainpage.idx Makefile.inc gen.pl listhelp: ./gen.pl listhelp $(DPAGES) > $(top_builddir)/src/tool_listhelp.c - -dist-hook: $(MANPAGE) - cp $(MANPAGE) $(MANPAGE).dist