Home
last modified time | relevance | path

Searched hist:b05142675310d2ac80276569e151742f880e3ec3 (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff b05142675310d2ac80276569e151742f880e3ec3 Mon Dec 18 13:30:09 CET 2017 Mauro Carvalho Chehab <mchehab@s-opensource.com> scripts: kernel-doc: get rid of unused output formats

Since there isn't any docbook code anymore upstream,
we can get rid of several output formats:

- docbook/xml, html, html5 and list formats were used by
the old build system;
- As ReST is text, there's not much sense on outputting
on a different text format.

After this patch, only man and rst output formats are
supported.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>