diff options
author | Jonathan Cameron <jic23@kernel.org> | 2017-01-01 12:32:45 +0000 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-04 13:24:41 -0700 |
commit | 49b2fd6ea63d7fe9c81f00e6d0117827db1d30c6 (patch) | |
tree | 1969e3f7ca1d6edade9fb501a688e2d3b3041111 /Documentation/DocBook/Makefile | |
parent | 36f671be1db1b17d3d4ab0c8b47f81ccb1efcb75 (diff) | |
download | linux-stable-49b2fd6ea63d7fe9c81f00e6d0117827db1d30c6.tar.gz linux-stable-49b2fd6ea63d7fe9c81f00e6d0117827db1d30c6.tar.bz2 linux-stable-49b2fd6ea63d7fe9c81f00e6d0117827db1d30c6.zip |
docs: IIO documentation sphinx conversion
This is a manual conversion of the existing DocBook documentation
for IIO. The intent is not to substantially change any of the
content in this patch, but to give a base to build upon.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
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 a6eb7dcd4dd5..c95b1aa47b45 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -13,7 +13,7 @@ DOCBOOKS := z8530book.xml \ gadget.xml libata.xml mtdnand.xml librs.xml rapidio.xml \ genericirq.xml s390-drivers.xml uio-howto.xml scsi.xml \ sh.xml regulator.xml w1.xml \ - writing_musb_glue_layer.xml iio.xml + writing_musb_glue_layer.xml ifeq ($(DOCBOOKS),) |