summaryrefslogtreecommitdiffstats
path: root/Documentation/linux_tv/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2016-07-07 12:11:46 +0200
committerMauro Carvalho Chehab2016-07-07 13:20:40 +0200
commitada66bc10535e16734958862914184d0fa0715ba (patch)
tree581f4de5bc06f0a6df2e7aa92d9a570560ebd756 /Documentation/linux_tv/Makefile
parentdoc-rst: parse-headers: fix multiline typedef handler (diff)
downloadkernel-qcow2-linux-ada66bc10535e16734958862914184d0fa0715ba.tar.gz
kernel-qcow2-linux-ada66bc10535e16734958862914184d0fa0715ba.tar.xz
kernel-qcow2-linux-ada66bc10535e16734958862914184d0fa0715ba.zip
doc-rst: auto-generate dmx.h.rst
This file should be auto-generated from the header files, and not hardcoded. 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 d5570193ea30..2ef624e40bd9 100644
--- a/Documentation/linux_tv/Makefile
+++ b/Documentation/linux_tv/Makefile
@@ -3,10 +3,13 @@
PARSER = ../sphinx/parse-headers.pl
UAPI = ../../include/uapi/linux
-htmldocs: frontend.h.rst
+htmldocs: frontend.h.rst dmx.h.rst
frontend.h.rst: ${PARSER} ${UAPI}/dvb/frontend.h frontend.h.rst.exceptions
${PARSER} ${UAPI}/dvb/frontend.h $@ frontend.h.rst.exceptions
+dmx.h.rst: ${PARSER} ${UAPI}/dvb/dmx.h dmx.h.rst.exceptions
+ ${PARSER} ${UAPI}/dvb/dmx.h $@ dmx.h.rst.exceptions
+
clean:
-rm frontend.h.rst