From f716661c9427a60c9bd457bb6ac6d8370bf51ac4 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 19 Jun 2002 20:50:22 +0000 Subject: First git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1104 a1c6a512-1295-4272-9138-f99709370657 --- www/download/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 www/download/Makefile (limited to 'www/download') 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 @@ +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