wmaker: created script to check program's options against documentation
commitb6270f5a92d9133c949d74ea7fd573ad13eab71a
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 6 Apr 2015 15:57:53 +0000 (6 17:57 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 18 Apr 2015 18:31:10 +0000 (18 19:31 +0100)
tree4cbb516d4b6f4c57d1ceb27130a2a40180b35c92
parent794a8f408ab03a980656dd2a075e7544dc95c7d2
wmaker: created script to check program's options against documentation

In order to ease the job of keeping the documentations up to date, there is
a new script 'check-cmdline-options' that checks a program's options (with
the '--help' option) and compare them with its documentation (the manual
page) to make sure everything is aligned.

This is triggered with "make check" for wmaker.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
Makefile.am
doc/Makefile.am
script/check-cmdline-options-doc.sh [new file with mode: 0755]