summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28b52d28f4..1b5af5bd80 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,8 @@ vhook/%.o: vhook/%.c
$(CC) $(CFLAGS) -c -o $@ $<
documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \
- ffplay-doc.html hooks.html $(ALLMANPAGES))
+ ffplay-doc.html general.html hooks.html \
+ $(ALLMANPAGES))
doc/%.html: doc/%.texi
texi2html -monolithic -number $<