From c09948b6dcbb223cd3bff706e4b03499814a9d7e Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Mon, 2 Jun 2003 20:13:30 +0000 Subject: autogeneration of html files Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 034d4921b4..ac344908e8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,7 @@ all: ffmpeg-doc.html faq.html ffserver-doc.html hooks.html -%.html: %.texi +%.html: %.texi Makefile texi2html -monolithic -number $< + +clean: + rm -f *.html -- cgit v1.2.3