mirror of
https://github.com/curl/curl.git
synced 2026-07-29 07:43:08 +03:00
spellcheck.yml: remove .1/.3 handling, clean all man page .md files
Since we generate all .1 and .3 files from markdown now, we can limit the spellcheck to the markdown versions only. Closes #12960
This commit is contained in:
parent
96af350661
commit
8b1f3aa608
4 changed files with 47 additions and 58 deletions
8
.github/scripts/cleancmd.pl
vendored
8
.github/scripts/cleancmd.pl
vendored
|
|
@ -47,6 +47,8 @@ while(<F>) {
|
|||
}
|
||||
close(F);
|
||||
|
||||
open(O, ">$f") or die;
|
||||
print O @out;
|
||||
close(O);
|
||||
if(!$ignore) {
|
||||
open(O, ">$f") or die;
|
||||
print O @out;
|
||||
close(O);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue