From 17c5060d859cc7ccb171a9dd264c93cb52bff71a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 16 Mar 2003 22:15:08 +0000 Subject: images and HTML git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657 --- www/screenshots/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 www/screenshots/Makefile (limited to 'www/screenshots/Makefile') 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 @@ +ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ + +SRC := $(wildcard *.t) +OBJS := $(SRC:%.t=%.html) + +all: $(OBJS) + +%.html : %.t + $(ACTION) $< -- cgit v1.2.3