From 361d4f3fdcd613a78213f38040985fd70022055e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 25 Mar 2020 23:16:28 +0100 Subject: docs/make: generate curl.1 from listed files only Previously it rendered the page from files matching "*.d" in the correct directory, which worked fine in git builds when the files were added but made it easy to forget adding the files to the dist. Now, only man page sections listed in DPAGES in Makefile.inc will be used, thus "forcing" us to update this to get the man page right and get it included in the dist at the same time. Ref: #5146 Closes #5149 --- src/tool_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_help.c') diff --git a/src/tool_help.c b/src/tool_help.c index 4fe9e4ce0..822f396a3 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -40,7 +40,7 @@ --------------------------------------------------------- cd $srcroot/docs/cmdline-opts - ./gen.pl listhelp + ./gen.pl listhelp *.d */ struct helptxt { -- cgit v1.2.1