cosmetics: Break overly long lines.

Originally committed as revision 20276 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-10-18 10:47:40 +00:00
parent 7b018b1d7d
commit 15674f12be
4 changed files with 217 additions and 84 deletions

View File

@@ -80,8 +80,9 @@ cmdutils.o cmdutils.d: version.h
alltools: $(TOOLS)
documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html ffserver-doc.html \
ffplay-doc.html general.html vfilters.html $(ALLMANPAGES))
documentation: $(addprefix doc/, developer.html faq.html ffmpeg-doc.html \
ffplay-doc.html ffserver-doc.html \
general.html vfilters.html $(ALLMANPAGES))
doc/%.html: doc/%.texi
texi2html -monolithic -number $<