summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-06-02 20:13:30 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-06-02 20:13:30 +0000
commitc09948b6dcbb223cd3bff706e4b03499814a9d7e (patch)
tree776e0c38b3b9ddc15324781ca24787676f197d58 /doc/Makefile
parentbe09b1015664a7145ae1a69a2e2106d9c038d780 (diff)
autogeneration of html files
Originally committed as revision 1927 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile5
1 files changed, 4 insertions, 1 deletions
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