]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/linux_tv/Makefile
doc-rst: auto-generate net.h.rst
[mirror_ubuntu-bionic-kernel.git] / Documentation / linux_tv / Makefile
CommitLineData
1ae64395
MCC
1# Generate the *.h.rst files from uAPI headers
2
3PARSER = ../sphinx/parse-headers.pl
4UAPI = ../../include/uapi/linux
0c02966b 5TARGETS = audio.h.rst ca.h.rst dmx.h.rst frontend.h.rst net.h.rst
1ae64395 6
0c02966b 7htmldocs: ${TARGETS}
1ae64395 8
8a6199c6
MCC
9audio.h.rst: ${PARSER} ${UAPI}/dvb/audio.h audio.h.rst.exceptions
10 ${PARSER} ${UAPI}/dvb/audio.h $@ audio.h.rst.exceptions
1ae64395 11
34fb8030
MCC
12ca.h.rst: ${PARSER} ${UAPI}/dvb/ca.h ca.h.rst.exceptions
13 ${PARSER} ${UAPI}/dvb/ca.h $@ ca.h.rst.exceptions
14
ada66bc1
MCC
15dmx.h.rst: ${PARSER} ${UAPI}/dvb/dmx.h dmx.h.rst.exceptions
16 ${PARSER} ${UAPI}/dvb/dmx.h $@ dmx.h.rst.exceptions
17
8a6199c6
MCC
18frontend.h.rst: ${PARSER} ${UAPI}/dvb/frontend.h frontend.h.rst.exceptions
19 ${PARSER} ${UAPI}/dvb/frontend.h $@ frontend.h.rst.exceptions
20
0c02966b
MCC
21net.h.rst: ${PARSER} ${UAPI}/dvb/net.h net.h.rst.exceptions
22 ${PARSER} ${UAPI}/dvb/net.h $@ net.h.rst.exceptions
23
24cleandocs:
25 -rm ${TARGETS}