diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-11 08:03:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 08:00:49 -0300 |
commit | c4fcd7cabb83fcac1e83e17845b1fede5401aa25 (patch) | |
tree | d414486838d96dd4b512729d2f99338b61d2614f /Documentation/DocBook/Makefile | |
parent | 25a0da73f24c95d57381bedd9cd89e4929b1bfde (diff) | |
download | linux-c4fcd7cabb83fcac1e83e17845b1fede5401aa25.tar.bz2 |
docs-rst: convert kernel-hacking to ReST
Use pandoc to convert documentation to ReST by calling
Documentation/sphinx/tmplcvt script.
- Manually adjusted to use ..note and ..warning
- Minor fixes for it to be parsed without errors
- Use **bold** for emphasis.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
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 85916f13d330..7d7482b5ad92 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -7,7 +7,7 @@ # list of DOCBOOKS. DOCBOOKS := z8530book.xml \ - kernel-hacking.xml kernel-locking.xml \ + kernel-locking.xml \ networking.xml \ filesystems.xml lsm.xml kgdb.xml \ libata.xml mtdnand.xml librs.xml rapidio.xml \ |