mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-22 08:31:07 +08:00
5 lines
80 B
Makefile
5 lines
80 B
Makefile
all: ffmpeg-doc.html faq.html
|
|
|
|
%.html: %.texi
|
|
texi2html -monolithic -number $<
|