ffmpeg/doc/Makefile

8 lines
140 B
Makefile

all: ffmpeg-doc.html faq.html ffserver-doc.html hooks.html
%.html: %.texi Makefile
texi2html -monolithic -number $<
clean:
rm -f *.html