summaryrefslogtreecommitdiff
path: root/www/digest/Makefile
diff options
context:
space:
mode:
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 @@
1ACTION=@echo preprocessing $@; \ 1ACTION=@echo preprocessing $@; \
2 rm -f $@; \ 2 fcpp -WWW -I.. -Uunix -H -C -V -LL $< $@
3 fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
4 3
5SRC := $(wildcard *.t) 4SRC := $(wildcard *.t)
6OBJS := $(SRC:%.t=%.html) 5OBJS := $(SRC:%.t=%.html)
@@ -8,15 +7,16 @@ OBJS := $(SRC:%.t=%.html)
8all: $(OBJS) digest.rss digest.mail 7all: $(OBJS) digest.rss digest.mail
9 8
10digest.html: digest.t news.t digesthead.t log.t 9digest.html: digest.t news.t digesthead.t log.t
11 $(ACTION) $< 10 $(ACTION)
11
12index.html: index.t ../head.t news.t ../foot.t
12 13
13%.html : %.t news.t digesthead.t log.t 14%.html : %.t news.t digesthead.t log.t
14 $(ACTION) $< 15 $(ACTION)
15 16
16digest.mail: mail.t log.t mailify.pl 17digest.mail: mail.t log.t mailify.pl
17 echo mailifying $@; 18 @echo mailifying $@;
18 rm -f $@; 19 fcpp -WWW -DMAKE_MAIL -Uunix -P -H -C -V -LL $< digest.temp
19 fcpp -WWW -DMAKE_MAIL -Uunix -P -H -C -V -LL >digest.temp $<
20 ./mailify.pl < digest.temp > digest.mail 20 ./mailify.pl < digest.temp > digest.mail
21 21
22digest.rss: digest.t digesthead.t log.raw 22digest.rss: digest.t digesthead.t log.raw