mirror of
https://github.com/curl/curl.git
synced 2026-07-26 12:37:16 +03:00
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
This commit is contained in:
parent
02174e41f5
commit
361d4f3fdc
3 changed files with 41 additions and 42 deletions
|
|
@ -40,7 +40,7 @@
|
|||
---------------------------------------------------------
|
||||
|
||||
cd $srcroot/docs/cmdline-opts
|
||||
./gen.pl listhelp
|
||||
./gen.pl listhelp *.d
|
||||
*/
|
||||
|
||||
struct helptxt {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue