summaryrefslogtreecommitdiff
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 @@
1ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; \
2 rm -f $@; \
3 fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2 4
3SRC := $(wildcard *.t) 5SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) 6OBJS := $(SRC:%.t=%.html)
5 7
6all: $(OBJS) digest.rss digest.mail 8all: $(OBJS) digest.rss digest.mail
7 9
10digest.html: digest.t news.t digesthead.t log.t
11 $(ACTION) $<
12
8%.html : %.t news.t digesthead.t log.t 13%.html : %.t news.t digesthead.t log.t
9 $(ACTION) $< 14 $(ACTION) $<
10 15