FFmpeg/doc/Makefile
Fabrice Bellard c09948b6dc autogeneration of html files
Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-02 20:13:30 +00:00

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