mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-15 05:11:37 +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 $<
|