From d6023a7adee17628e0ec4bad02e10199c1165bdb Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 27 Mar 2002 11:21:50 +0000 Subject: Initial version git-svn-id: svn://svn.rockbox.org/rockbox/trunk@34 a1c6a512-1295-4272-9138-f99709370657 --- www/schematics/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 www/schematics/Makefile (limited to 'www/schematics/Makefile') diff --git a/www/schematics/Makefile b/www/schematics/Makefile new file mode 100644 index 0000000000..5ec9d50aa5 --- /dev/null +++ b/www/schematics/Makefile @@ -0,0 +1,9 @@ +ACTION=@echo preprocessing $@; rm -f $@; fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ + +SRC := $(wildcard *.t) +OBJS := $(SRC:%.t=%.html) + +all: $(OBJS) + +%.html : %.t + $(ACTION) $< -- cgit v1.2.3