5 lines
98 B
Makefile
5 lines
98 B
Makefile
all: ffmpeg-doc.html faq.html ffserver-doc.html
|
|
|
|
%.html: %.texi
|
|
texi2html -monolithic -number $<
|