mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-08 19:07:09 +00:00
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
|