summaryrefslogtreecommitdiff
path: root/Documentation/linux_tv/Makefile
diff options
context:
space:
mode:
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