mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02: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
|