diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-07 07:11:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-07 08:20:40 -0300 |
commit | ada66bc10535e16734958862914184d0fa0715ba (patch) | |
tree | 581f4de5bc06f0a6df2e7aa92d9a570560ebd756 /Documentation/linux_tv/Makefile | |
parent | 4ff916a0c901559d4913bfdb2e5f676c9856b969 (diff) | |
download | lwn-ada66bc10535e16734958862914184d0fa0715ba.tar.gz lwn-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/Makefile | 5 |
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 |