diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-28 06:22:57 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-28 06:22:57 +0000 |
commit | d0e1cd3d9e701370dc7c459a96c20a284610da4b (patch) | |
tree | 3a4b37540d79fb92e8f5cc4a0729fb7950af739b /Makefile | |
parent | b6f508bbcc60b942b85e94997b39df4599d93866 (diff) | |
download | ffmpeg-d0e1cd3d9e701370dc7c459a96c20a284610da4b.tar.gz |
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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 $< |