summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-08-28 06:22:57 +0000
committerDiego Biurrun <diego@biurrun.de>2007-08-28 06:22:57 +0000
commitd0e1cd3d9e701370dc7c459a96c20a284610da4b (patch)
tree3a4b37540d79fb92e8f5cc4a0729fb7950af739b /Makefile
parentb6f508bbcc60b942b85e94997b39df4599d93866 (diff)
Split FFmpeg documentation into general documentation and the documentation
of the ffmpeg command line program. Originally committed as revision 10255 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 $<