[FFmpeg-cvslog] [ffmpeg.org]: r450 - trunk/Makefile

diego subversion
Fri Jun 11 12:03:33 CEST 2010


Author: diego
Date: Fri Jun 11 12:03:32 2010
New Revision: 450

Log:
whitespace cosmetics

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Wed Jun  2 21:13:09 2010	(r449)
+++ trunk/Makefile	Fri Jun 11 12:03:32 2010	(r450)
@@ -1,11 +1,11 @@
 # ffmpeg.org HTML generation from source files
 
-SRCS=about bugreports consulting contact documentation download \
-     index legal projects shame
+SRCS = about bugreports consulting contact documentation download \
+       index legal projects shame
 
-TARGETS=$(addsuffix .html,$(addprefix htdocs/,$(SRCS)))
+TARGETS = $(addsuffix .html,$(addprefix htdocs/,$(SRCS)))
 
-PAGE_DEPS=src/template_head1 src/template_head2 src/template_footer sed_commands
+PAGE_DEPS = src/template_head1 src/template_head2 src/template_footer sed_commands
 
 
 all: $(TARGETS)



More information about the ffmpeg-cvslog mailing list