mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
5 lines
109 B
Makefile
5 lines
109 B
Makefile
all: ffmpeg-doc.html faq.html ffserver-doc.html hooks.html
|
|
|
|
%.html: %.texi
|
|
texi2html -monolithic -number $<
|