summaryrefslogtreecommitdiff
path: root/www/screenshots/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-16 22:15:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-16 22:15:08 +0000
commit17c5060d859cc7ccb171a9dd264c93cb52bff71a (patch)
tree38fc7b303a6007eeb49a520136246fad2e46a4b5 /www/screenshots/Makefile
parent3f27f7d82cb78e5d95ab0747f6a3124ab8e5a90d (diff)
downloadrockbox-17c5060d859cc7ccb171a9dd264c93cb52bff71a.tar.gz
rockbox-17c5060d859cc7ccb171a9dd264c93cb52bff71a.zip
images and HTML
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/screenshots/Makefile')
-rw-r--r--www/screenshots/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/screenshots/Makefile b/www/screenshots/Makefile
new file mode 100644
index 0000000000..751a62f256
--- /dev/null
+++ b/www/screenshots/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) $<