Messages in this thread |  | | From | Linus Torvalds <> | Date | Sat, 13 Jun 2020 13:38:08 -0700 | Subject | Re: [GIT PULL] more Kbuild updates for v5.8-rc1 |
| |
On Sat, Jun 13, 2020 at 10:56 AM Masahiro Yamada <masahiroy@kernel.org> wrote: > > This is touching a lot of files to finish the > --help--- conversion. It was generated by a one-liner sed > command, so it is easy to understand what is going on.
Well, a simple grep would have shown you there is a script in the Documentation directory that actually generates those "---help---" markers.
So if converting away from them, we should certainly not help people make more.
I did the obvious fixup in 3e1ad4054b8d ("doc: don't use deprecated "---help---" markers in target docs") but didn't test that script.
Linus
|  |