]> git.baikalelectronics.ru Git - kernel.git/commit
scripts: add a script to check if Documentation/00-INDEX is sane
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 5 Dec 2016 11:41:41 +0000 (09:41 -0200)
committerJonathan Corbet <corbet@lwn.net>
Mon, 5 Dec 2016 21:21:24 +0000 (14:21 -0700)
commite20e4b2b9591b1009a49189c52c0194bc74d8575
tree571deb44f3584bec33ab217767acdacde4123e14
parent10feabeface14e6b221dc8260857c6118f6cea3a
scripts: add a script to check if Documentation/00-INDEX is sane

It is easy to forget adding/removing entries at the
Documentation/00-INDEX file. In a matter of fact, even before
ReST conversion, people use to forget adding things here, as
there are lots of missing stuff out there.

Now that we're doing a hard work converting entries to ReST,
and while this hole file is not outdated, it is good to have
some tool that would help to verify that this file is kept
updated.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/check_00index.sh [new file with mode: 0755]