mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-04 01:01:30 +00:00
c09948b6dc
Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk
8 lines
140 B
Makefile
8 lines
140 B
Makefile
all: ffmpeg-doc.html faq.html ffserver-doc.html hooks.html
|
|
|
|
%.html: %.texi Makefile
|
|
texi2html -monolithic -number $<
|
|
|
|
clean:
|
|
rm -f *.html
|