From 872e3521dde6866e77277cb7931c821824b91344 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 27 May 2002 14:22:23 +0000 Subject: Daily builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@752 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 7f4bd94b83..0fd53bf94b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,13 +1,16 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.html) +OBJS := $(SRC:%.t=%.html) daily.shtml .SUFFIXES: .t .html %.html : %.t $(ACTION) $< +%.shtml : %.t + $(ACTION) $< + all: $(OBJS) @(cd schematics; $(MAKE)) @(cd docs; $(MAKE)) @@ -18,3 +21,5 @@ all: $(OBJS) main.html: main.t activity.html +daily.shtml: daily.t + -- cgit v1.2.3