mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-21 01:40:23 +00:00
7 lines
140 B
Makefile
7 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
|