diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-10-18 10:47:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-10-18 10:47:40 +0000 |
commit | 15674f12bef9a7270c0f5bf27845623a7a63e213 (patch) | |
tree | 4259cec7022b3073f6f5f49472367c6f204cfba7 /Makefile | |
parent | 7b018b1d7da7ff68310de8735772cdb2f044888d (diff) | |
download | ffmpeg-15674f12bef9a7270c0f5bf27845623a7a63e213.tar.gz |
cosmetics: Break overly long lines.
Originally committed as revision 20276 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 $< |