summaryrefslogtreecommitdiff
path: root/www/download/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-06-19 20:50:22 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-06-19 20:50:22 +0000
commitf716661c9427a60c9bd457bb6ac6d8370bf51ac4 (patch)
treef7c9d478faed691ba4a4fa6ee8dc04b4f3eebdfa /www/download/Makefile
parenta0faaf0670c36b802a9239c2ca978c5a1665e069 (diff)
downloadrockbox-f716661c9427a60c9bd457bb6ac6d8370bf51ac4.tar.gz
rockbox-f716661c9427a60c9bd457bb6ac6d8370bf51ac4.zip
First
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1104 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/download/Makefile')
-rw-r--r--www/download/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/download/Makefile b/www/download/Makefile
new file mode 100644
index 0000000000..751a62f256
--- /dev/null
+++ b/www/download/Makefile
@@ -0,0 +1,9 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(ACTION) $<