From dd78f8581e13a78a295320b8b3deef104603d3d0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 10 Apr 2005 22:38:40 +0000 Subject: these are old and tired, but... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6266 a1c6a512-1295-4272-9138-f99709370657 --- www/digest/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 www/digest/Makefile (limited to 'www/digest/Makefile') diff --git a/www/digest/Makefile b/www/digest/Makefile new file mode 100644 index 0000000000..4e7b3ea696 --- /dev/null +++ b/www/digest/Makefile @@ -0,0 +1,26 @@ +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 + +%.html : %.t news.t digesthead.t log.t + $(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 $< + ./mailify.pl < digest.temp > digest.mail + +digest.rss: digest.t digesthead.t log.raw + @echo rssing $@; + @rm -f $@; + @fcpp -WWW -DMAKE_RSS -Uunix -P -H -C -V -LL >$@ $< + +log.raw: log.t rssify.pl digesthead.t + ./rssify.pl < $< >$@ + + + -- cgit v1.2.3