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




                                              
                                              
 

                                                                  
 


                                                            


                                                                           

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

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

htmldocs: audio.h.rst dmx.h.rst frontend.h.rst

audio.h.rst: ${PARSER} ${UAPI}/dvb/audio.h  audio.h.rst.exceptions
	${PARSER} ${UAPI}/dvb/audio.h $@ audio.h.rst.exceptions

dmx.h.rst: ${PARSER} ${UAPI}/dvb/dmx.h  dmx.h.rst.exceptions
	${PARSER} ${UAPI}/dvb/dmx.h $@ dmx.h.rst.exceptions

frontend.h.rst: ${PARSER} ${UAPI}/dvb/frontend.h  frontend.h.rst.exceptions
	${PARSER} ${UAPI}/dvb/frontend.h $@ frontend.h.rst.exceptions

clean:
	-rm frontend.h.rst