]> git.baikalelectronics.ru Git - kernel.git/commit
docs: Fix htmldocs build failure
authorMartyn Welch <martyn.welch@collabora.co.uk>
Fri, 3 Mar 2017 22:43:30 +0000 (22:43 +0000)
committerJonathan Corbet <corbet@lwn.net>
Fri, 3 Mar 2017 23:11:38 +0000 (16:11 -0700)
commit46f04aca26af4692e6f2db78a9cdbdc77fcffd5c
tree007dd6946eb2f8b0f542cf9ee1383adcd59c7bb8
parent2cf3413dee5a846b3a49553d5c16c26042692ecc
docs: Fix htmldocs build failure

Build of HTML docs failing due to conversion of deviceiobook.tmpl in
1a5646b9 and regulator.tmpl in a4313782 to RST without removing from
DOCBOOKS in Makefile, resulting (in the case of deviceiobook) the
following error:

make[1]: *** No rule to make target 'Documentation/DocBook/deviceiobook.xml', needed by 'Documentation/DocBook/deviceiobook.aux.xml'.  Stop.
Makefile:1452: recipe for target 'htmldocs' failed
make: *** [htmldocs] Error 2

Update DOCBOOKS to reflect available books.

Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/DocBook/Makefile