From 6d4c19707ef95942e323cbdc89fbbfdbe45e7cc5 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 8 Jan 2007 23:52:01 +0000 Subject: Splitting out www git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11952 a1c6a512-1295-4272-9138-f99709370657 --- www/digest/Makefile | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 www/digest/Makefile (limited to 'www/digest/Makefile') diff --git a/www/digest/Makefile b/www/digest/Makefile deleted file mode 100644 index 904815c667..0000000000 --- a/www/digest/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -ACTION=@echo preprocessing $@; \ - 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) - -index.html: index.t ../head.t news.t ../foot.t - -%.html : %.t news.t digesthead.t log.t - $(ACTION) - -digest.mail: mail.t log.t mailify.pl - @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 - @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