Unfortunately the entire improved docbook project died at KS in a massive bikeshed. So we need to carry this around in drm private trees forever :(
I discussed this with Dave at kernel summit and he's ok with this.
I'll maintain the asciidoc support in topic/kerneldoc in the drm-intel.git tree. There's an autobuilder that pushes drm-intel-nightly (which includes all of Dave's trees) to
http://dri.freedesktop.org/docs/drm/
Thomas Wood keeps care of that autobuilder, so please ping him if there's something amiss.
Note that asciidoc is optional - all the kerneldoc comment layout rules are the same, those bits landed in 4.4. It will simply not quite look as pretty if you don't have it installed.
Cc: Dave Airlie airlied@redhat.com Cc: Thomas Wood thomas.wood@intel.com Cc: Jonathan Corbet corbet@lwn.net Acked-by: Dave Airlie airlied@redhat.com Signed-off-by: Daniel Vetter daniel.vetter@intel.com --- Documentation/DocBook/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 5335955c0de5..b655343631cf 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -17,7 +17,7 @@ DOCBOOKS := z8530book.xml device-drivers.xml \ tracepoint.xml gpu.xml media_api.xml w1.xml \ writing_musb_glue_layer.xml crypto-API.xml iio.xml
-MARKDOWNREADY := +MARKDOWNREADY := gpu.xml
include Documentation/DocBook/media/Makefile