Commit d0e1cd3d authored by Diego Biurrun's avatar Diego Biurrun

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
parent b6f508bb
...@@ -124,7 +124,8 @@ vhook/%.o: vhook/%.c ...@@ -124,7 +124,8 @@ vhook/%.o: vhook/%.c
$(CC) $(CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) -c -o $@ $<
documentation: $(addprefix doc/, ffmpeg-doc.html faq.html ffserver-doc.html \ 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 doc/%.html: doc/%.texi
texi2html -monolithic -number $< texi2html -monolithic -number $<
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment