summaryrefslogtreecommitdiffstats
path: root/Documentation/linux_tv/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2016-07-07 12:51:03 +0200
committerMauro Carvalho Chehab2016-07-07 13:20:42 +0200
commit34fb803092222d22073a6eed2fd7a7f7d2cda484 (patch)
tree48eae8f8ba80b8d197f0304912e7c2a861281f60 /Documentation/linux_tv/Makefile
parentdoc-rst: auto-generate audio.h.rst (diff)
downloadkernel-qcow2-linux-34fb803092222d22073a6eed2fd7a7f7d2cda484.tar.gz
kernel-qcow2-linux-34fb803092222d22073a6eed2fd7a7f7d2cda484.tar.xz
kernel-qcow2-linux-34fb803092222d22073a6eed2fd7a7f7d2cda484.zip
doc-rst: auto-generate ca.h.rst
This file comes from the uAPI definition header, and should be auto-generated, to be in sync with Kernel changes. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/linux_tv/Makefile')
-rw-r--r--Documentation/linux_tv/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/linux_tv/Makefile b/Documentation/linux_tv/Makefile
index 2eb958e91eab..7ee14195802f 100644
--- a/Documentation/linux_tv/Makefile
+++ b/Documentation/linux_tv/Makefile
@@ -3,11 +3,14 @@
PARSER = ../sphinx/parse-headers.pl
UAPI = ../../include/uapi/linux
-htmldocs: audio.h.rst dmx.h.rst frontend.h.rst
+htmldocs: audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst
audio.h.rst: ${PARSER} ${UAPI}/dvb/audio.h audio.h.rst.exceptions
${PARSER} ${UAPI}/dvb/audio.h $@ audio.h.rst.exceptions
+ca.h.rst: ${PARSER} ${UAPI}/dvb/ca.h ca.h.rst.exceptions
+ ${PARSER} ${UAPI}/dvb/ca.h $@ ca.h.rst.exceptions
+
dmx.h.rst: ${PARSER} ${UAPI}/dvb/dmx.h dmx.h.rst.exceptions
${PARSER} ${UAPI}/dvb/dmx.h $@ dmx.h.rst.exceptions