You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
140B

  1. all: ffmpeg-doc.html faq.html ffserver-doc.html hooks.html
  2. %.html: %.texi Makefile
  3. texi2html -monolithic -number $<
  4. clean:
  5. rm -f *.html