diff options
author | Mauro Carvalho Chehab | 2017-05-12 15:31:41 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2017-05-16 13:44:16 +0200 |
commit | e85ca0a31f1a2e71a9fe09a3abe55476fc3a25ca (patch) | |
tree | 9a1f6f58747ce413f7580c57d7a015704240d65f /Documentation/DocBook/Makefile | |
parent | docs-rst: convert w1 book to ReST (diff) | |
download | kernel-qcow2-linux-e85ca0a31f1a2e71a9fe09a3abe55476fc3a25ca.tar.gz kernel-qcow2-linux-e85ca0a31f1a2e71a9fe09a3abe55476fc3a25ca.tar.xz kernel-qcow2-linux-e85ca0a31f1a2e71a9fe09a3abe55476fc3a25ca.zip |
docs-rst: convert rapidio book to ReST
Use pandoc to convert documentation to ReST by calling
Documentation/sphinx/tmplcvt script.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/DocBook/Makefile')
-rw-r--r-- | Documentation/DocBook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/Makefile b/Documentation/DocBook/Makefile index 3bbda02d6aee..baedb14f3b40 100644 --- a/Documentation/DocBook/Makefile +++ b/Documentation/DocBook/Makefile @@ -8,8 +8,8 @@ DOCBOOKS := \ lsm.xml \ - mtdnand.xml librs.xml rapidio.xml \ - sh.xml w1.xml + mtdnand.xml librs.xml \ + sh.xml ifeq ($(DOCBOOKS),) |