mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-04-21 09:50:25 +00:00
4 lines
109 B
Makefile
4 lines
109 B
Makefile
all: ffmpeg-doc.html faq.html ffserver-doc.html hooks.html
|
|
|
|
%.html: %.texi
|
|
texi2html -monolithic -number $<
|