summaryrefslogtreecommitdiffstats
path: root/www/digest/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2006-03-27 10:10:50 +0000
committerBjörn Stenberg <bjorn@haxx.se>2006-03-27 10:10:50 +0000
commitbe10f54eec53ab5426c570dd2500c4e3c34e976d (patch)
treeae4386c8be616ffe54abc497094c4127c779093e /www/digest/Makefile
parentd569727aa7a2fe34815298d747f9c8325a4b6202 (diff)
downloadrockbox-be10f54eec53ab5426c570dd2500c4e3c34e976d.tar.gz
rockbox-be10f54eec53ab5426c570dd2500c4e3c34e976d.zip
Various changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9279 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/digest/Makefile')
-rw-r--r--www/digest/Makefile14
1 files changed, 7 insertions, 7 deletions
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