[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 07dbe0a web: remove sed_commands, its unused

gitolite ffmpeg-cvslog at ffmpeg.org
Mon Apr 9 14:49:25 CEST 2012


The branch, master has been updated
       via  07dbe0a268df8d8e42c3b53ea16ce28826b48cfa (commit)
      from  25c878b5c02494d195d6ac93861d20045fdd71ab (commit)


- Log -----------------------------------------------------------------
commit 07dbe0a268df8d8e42c3b53ea16ce28826b48cfa
Author:     Michael Niedermayer <michaelni at gmx.at>
AuthorDate: Mon Apr 9 14:35:36 2012 +0200
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Mon Apr 9 14:42:55 2012 +0200

    web: remove sed_commands, its unused

diff --git a/Makefile b/Makefile
index fdd95df..9c8110d 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SRCS = about bugreports consulting contact documentation download \
 
 TARGETS = $(addsuffix .html,$(addprefix htdocs/,$(SRCS))) htdocs/main.rss
 
-PAGE_DEPS = src/template_head1 src/template_head2 src/template_footer sed_commands
+PAGE_DEPS = src/template_head1 src/template_head2 src/template_footer
 
 
 all: $(TARGETS)
@@ -14,8 +14,7 @@ clean:
 	rm -f $(TARGETS)
 
 htdocs/%.html: src/% src/%_title $(PAGE_DEPS)
-	sed -f sed_commands $< | \
-	cat src/template_head1 $<_title src/template_head2 - \
+	cat src/template_head1 $<_title src/template_head2 $< \
 	src/template_footer > $@
 
 htdocs/main.rss: htdocs/index.html

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list