From be10f54eec53ab5426c570dd2500c4e3c34e976d Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 27 Mar 2006 10:10:50 +0000 Subject: Various changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9279 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index 49350c99ab..6bda6917ee 100644 --- a/www/Makefile +++ b/www/Makefile @@ -3,6 +3,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V - SRC := $(wildcard *.t) SOBJS := daily.shtml main.shtml index.shtml status.shtml \ bugs.shtml requests.shtml patches.shtml cvs.shtml + OBJS := $(SRC:%.t=%.html) $(SOBJS) .SUFFIXES: .t .html -- cgit v1.2.3