diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-11-19 19:47:50 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-11-19 19:47:50 +0000 |
commit | c70a211997bcb3c582f25e9648a09995484dd63d (patch) | |
tree | 3088bdcc12d98fa5884c2b04205a659d7b77996e /doc/Makefile | |
parent | 47d944d2be6ab5a70f69f619ef10179ed3fd32b1 (diff) | |
download | ffmpeg-c70a211997bcb3c582f25e9648a09995484dd63d.tar.gz |
ffserver documentation update
Originally committed as revision 1234 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index d951c33e13..dd5bca1f1d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -all: ffmpeg-doc.html faq.html +all: ffmpeg-doc.html faq.html ffserver-doc.html %.html: %.texi texi2html -monolithic -number $< |