diff options
author | Johannes Berg <johannes.berg@intel.com> | 2016-10-11 14:56:53 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-10-11 16:19:17 -0600 |
commit | 819bf593767c0966f320c51c6ed3f3835062abc8 (patch) | |
tree | a3167aa3ffc485f2ac232c1e1a5588ff2316a10d /Documentation/DocBook/Makefile | |
parent | 3c76ff4765fbd382c095acc37f87e136a8dfc73d (diff) | |
download | linux-819bf593767c0966f320c51c6ed3f3835062abc8.tar.bz2 |
docs-rst: sphinxify 802.11 documentation
This is just a very basic conversion, I've split up the original
multi-book template, and also split up the multi-part mac80211
part in the original book; neither of those were handled by the
automatic pandoc conversion.
Fix errors that showed up, resulting in a much nicer rendering,
at least for the interface combinations documentation.
Signed-off-by: Johannes Berg <johannes.berg@intel.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 736f5916daea..fdf8232d0eeb 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -12,7 +12,7 @@ DOCBOOKS := z8530book.xml \ kernel-api.xml filesystems.xml lsm.xml usb.xml kgdb.xml \ gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \ - 80211.xml debugobjects.xml sh.xml regulator.xml \ + debugobjects.xml sh.xml regulator.xml \ alsa-driver-api.xml writing-an-alsa-driver.xml \ tracepoint.xml w1.xml \ writing_musb_glue_layer.xml crypto-API.xml iio.xml |