texi2txt: add support for the @table command
commit22e62c0637ebbdcfd6bab9fb623c36bd6f31a3c8
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 6 Apr 2015 15:58:02 +0000 (6 17:58 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sat, 18 Apr 2015 18:31:11 +0000 (18 19:31 +0100)
tree81d655c51d442e04afd9f3cb73d8c678d9c91a3f
parent04de317dde9ac8cbfa55dc95937598b724a359a4
texi2txt: add support for the @table command

The texinfo format provides a command '@table' which is useful to provide
a list of object (function, variables, options, ...) with their associated
description.

As this will be very handy for the Installation Manual, this patch
implements the command in the script.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
script/generate-txt-from-texi.sh