mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-13 02:34:54 +00:00
5 lines
71 B
Makefile
5 lines
71 B
Makefile
|
all: ffmpeg-doc.html
|
||
|
|
||
|
%.html: %.texi
|
||
|
texi2html -monolithic -number $<
|