diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-03-30 22:11:30 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-04-02 22:10:50 +0200 |
commit | 3bd3b99ab6ec0cf9d39bcf82ea05326c0aa0013e (patch) | |
tree | a45275e58f813bc825d134f866f41069f848d358 /Documentation/DocBook/Makefile | |
parent | scripts/kernel-doc: fix handling of parameters with parenthesis (diff) | |
download | linux-3bd3b99ab6ec0cf9d39bcf82ea05326c0aa0013e.tar.xz linux-3bd3b99ab6ec0cf9d39bcf82ea05326c0aa0013e.zip |
genericirq.tmpl: convert it to ReST
Brainless conversion of genericirq.tmpl book to ReST, via
Documentation/sphinx/tmplcvt
Copyright information inserted manually.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
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 164c1c76971f..a71bac49315c 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -11,7 +11,7 @@ DOCBOOKS := z8530book.xml \ writing_usb_driver.xml networking.xml \ kernel-api.xml filesystems.xml lsm.xml kgdb.xml \ gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ - genericirq.xml s390-drivers.xml scsi.xml \ + s390-drivers.xml scsi.xml \ sh.xml w1.xml \ writing_musb_glue_layer.xml |