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