summaryrefslogblamecommitdiffstats
path: root/Documentation/linux_tv/Makefile
blob: 7ee14195802ff32a0a22638d39dfff0e6af75257 (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 ca.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

ca.h.rst: ${PARSER} ${UAPI}/dvb/ca.h  ca.h.rst.exceptions
	${PARSER} ${UAPI}/dvb/ca.h $@ ca.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