diff options
author | Jonathan Corbet <corbet@lwn.net> | 2016-08-20 13:02:50 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-22 14:11:22 -0600 |
commit | 47cb398dd75a9faa89d0617b55d4cf537935b731 (patch) | |
tree | 12ff5f67133219fcf86b6e1166a14e25838346da /Documentation/DocBook/Makefile | |
parent | 5512128f027aec63a9a2ca792858801554a57baf (diff) | |
download | linux-47cb398dd75a9faa89d0617b55d4cf537935b731.tar.gz linux-47cb398dd75a9faa89d0617b55d4cf537935b731.tar.bz2 linux-47cb398dd75a9faa89d0617b55d4cf537935b731.zip |
Docs: sphinxify device-drivers.tmpl
Perform a basic sphinx conversion of the device-drivers docbook and move it
to its own directory.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r-- | Documentation/DocBook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index a91c96522379..5fbfb7273f38 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -6,7 +6,7 @@ # To add a new book the only step required is to add the book to the # list of DOCBOOKS. -DOCBOOKS := z8530book.xml device-drivers.xml \ +DOCBOOKS := z8530book.xml \ kernel-hacking.xml kernel-locking.xml deviceiobook.xml \ writing_usb_driver.xml networking.xml \ kernel-api.xml filesystems.xml lsm.xml usb.xml kgdb.xml \ |