summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
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