Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ad4b21b authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

docs-rst: convert usb docbooks to ReST



As we're moving out of DocBook, let's convert the remaining
USB docbooks to ReST.

The transformation itself on this patch is a no-brainer
conversion using pandoc via this script:
	Documentation/sphinx/tmplcvt

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent d76a085b
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -8,12 +8,11 @@


DOCBOOKS := z8530book.xml  \
DOCBOOKS := z8530book.xml  \
	    kernel-hacking.xml kernel-locking.xml \
	    kernel-hacking.xml kernel-locking.xml \
	    writing_usb_driver.xml networking.xml \
	    networking.xml \
	    filesystems.xml lsm.xml kgdb.xml \
	    filesystems.xml lsm.xml kgdb.xml \
	    gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \
	    libata.xml mtdnand.xml librs.xml rapidio.xml \
	    s390-drivers.xml scsi.xml \
	    s390-drivers.xml scsi.xml \
	    sh.xml w1.xml \
	    sh.xml w1.xml
	    writing_musb_glue_layer.xml


ifeq ($(DOCBOOKS),)
ifeq ($(DOCBOOKS),)


Loading