From 44769c236dc0cdb365972395ce9fe6c3b8441195 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 17 Mar 2006 22:51:17 +0000 Subject: Added old.t git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9082 a1c6a512-1295-4272-9138-f99709370657 --- www/download/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'www') diff --git a/www/download/Makefile b/www/download/Makefile index 751a62f256..77a5daee5e 100644 --- a/www/download/Makefile +++ b/www/download/Makefile @@ -1,9 +1,12 @@ -ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ +ACTION=echo preprocessing $@; rm -f $@; \ + $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL $< $@ -SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.html) +OBJS := index.shtml old.html all: $(OBJS) -%.html : %.t - $(ACTION) $< +index.shtml: index.t + $(ACTION) + +old.html: old.t + $(ACTION) -- cgit v1.2.3