summaryrefslogblamecommitdiffstats
path: root/Documentation/linux_tv/Makefile
blob: 2ef624e40bd9872703c1b84c0d3a8db243161c1d (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                              
                                  



                                                                           


                                                            

                          
# Generate the *.h.rst files from uAPI headers

PARSER = ../sphinx/parse-headers.pl
UAPI = ../../include/uapi/linux

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