From be10f54eec53ab5426c570dd2500c4e3c34e976d Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 27 Mar 2006 10:10:50 +0000 Subject: Various changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9279 a1c6a512-1295-4272-9138-f99709370657 --- www/digest/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'www/digest/Makefile') diff --git a/www/digest/Makefile b/www/digest/Makefile index 61b18cd3c4..904815c667 100644 --- a/www/digest/Makefile +++ b/www/digest/Makefile @@ -1,6 +1,5 @@ ACTION=@echo preprocessing $@; \ - rm -f $@; \ - fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ + fcpp -WWW -I.. -Uunix -H -C -V -LL $< $@ SRC := $(wildcard *.t) OBJS := $(SRC:%.t=%.html) @@ -8,15 +7,16 @@ OBJS := $(SRC:%.t=%.html) all: $(OBJS) digest.rss digest.mail digest.html: digest.t news.t digesthead.t log.t - $(ACTION) $< + $(ACTION) + +index.html: index.t ../head.t news.t ../foot.t %.html : %.t news.t digesthead.t log.t - $(ACTION) $< + $(ACTION) digest.mail: mail.t log.t mailify.pl - echo mailifying $@; - rm -f $@; - fcpp -WWW -DMAKE_MAIL -Uunix -P -H -C -V -LL >digest.temp $< + @echo mailifying $@; + fcpp -WWW -DMAKE_MAIL -Uunix -P -H -C -V -LL $< digest.temp ./mailify.pl < digest.temp > digest.mail digest.rss: digest.t digesthead.t log.raw -- cgit v1.2.3