summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: ac344908e81c8b7c5ccb65506dc067667b8bb4ef (plain)
1
2
3
4
5
6
7
all: ffmpeg-doc.html faq.html ffserver-doc.html hooks.html

%.html: %.texi Makefile
	texi2html -monolithic -number $<

clean:
	rm -f *.html