summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2006-03-17 22:51:17 +0000
committerBjörn Stenberg <bjorn@haxx.se>2006-03-17 22:51:17 +0000
commit44769c236dc0cdb365972395ce9fe6c3b8441195 (patch)
tree576a1bcdc47b7f8fe6c6e6b85d2f268e3bdf6898
parent9d18b0357b1b6483ff49386b1b491e952ae4a108 (diff)
downloadrockbox-44769c236dc0cdb365972395ce9fe6c3b8441195.tar.gz
rockbox-44769c236dc0cdb365972395ce9fe6c3b8441195.zip
Added old.t
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9082 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/download/Makefile13
1 files changed, 8 insertions, 5 deletions
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 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ 1ACTION=echo preprocessing $@; rm -f $@; \
2 $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL $< $@
2 3
3SRC := $(wildcard *.t) 4OBJS := index.shtml old.html
4OBJS := $(SRC:%.t=%.html)
5 5
6all: $(OBJS) 6all: $(OBJS)
7 7
8%.html : %.t 8index.shtml: index.t
9 $(ACTION) $< 9 $(ACTION)
10
11old.html: old.t
12 $(ACTION)