summaryrefslogtreecommitdiff
path: root/tests/manpage-scan.pl
Commit message (Collapse)AuthorAgeFilesLines
* scripts: allow all perl scripts to be run directlyJay Satiro2018-01-071-0/+0
| | | | | | | | - Enable execute permission (chmod +x) - Change interpreter to /usr/bin/env perl Closes https://github.com/curl/curl/pull/2222
* curl: generate the --help outputDaniel Stenberg2017-05-081-2/+2
| | | | | | | | | | ... using the docs/cmdline-opts/gen.pl script, so that we get all the command line option documentation from the same source. The generation of the list has to be done manually and pasted into the source code. Closes #1465
* test1139: allow for the possibility that the man page is not rebuiltDan Fandrich2017-02-261-1/+2
| | | | | | | This is likely to be the case when building from a tar ball release package which includes a prebuilt man page. In that case, test the packaged man page instead. This only makes a difference when building out-of-tree (in-tree, the location in both cases is identical).
* cmdline-opts: Fixed build and test in out of source tree buildsDan Fandrich2017-02-061-2/+3
|
* manpage-scan.pl: allow deprecated options to get removed from curl.1Daniel Stenberg2016-12-171-4/+4
| | | | | --krb4, --ftp-ssl and --ftp-ssl-reqd no longer need to be documented in the man page
* manpage-scan.pl: also verify the command line option docsDaniel Stenberg2016-04-291-1/+161
| | | | | | This script now also scans src/tool_getparam.c, docs/curl.1 and src/tool_help.c and will warn if any of them lists a command line option not mentioned in one of the other places.
* test1139: verifies libcurl option man page presenceDaniel Stenberg2016-04-281-0/+127
- checks that each option has its own man page present - checks that each option is mentioned in its corresponding index man page