1 all: ffmpeg-doc.html faq.html ffserver-doc.html ffplay-doc.html hooks.html \
2 ffmpeg.1 ffserver.1 ffplay.1
4 %.html: %.texi Makefile
5 texi2html -monolithic -number $<
11 pod2man --section=1 --center=" " --release=" " $< > $@
14 rm -f *.html *.pod *.1