summaryrefslogtreecommitdiffstats
path: root/www/digest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/digest/Makefile')
-rw-r--r--www/digest/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/digest/Makefile b/www/digest/Makefile
index 4e7b3ea696..61b18cd3c4 100644
--- a/www/digest/Makefile
+++ b/www/digest/Makefile
@@ -1,10 +1,15 @@
-ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
+ACTION=@echo preprocessing $@; \
+ rm -f $@; \
+ fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
SRC := $(wildcard *.t)
OBJS := $(SRC:%.t=%.html)
all: $(OBJS) digest.rss digest.mail
+digest.html: digest.t news.t digesthead.t log.t
+ $(ACTION) $<
+
%.html : %.t news.t digesthead.t log.t
$(ACTION) $<