From 2042c50b8b09dc221bbe951a90330656edaa0475 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 23 Sep 2002 05:19:11 +0000 Subject: Updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2367 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index e1bade1d94..24fd9545cc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,7 +1,9 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml +SOBJS := daily.shtml main.shtml index.shtml status.shtml \ + bugs.shtml requests.shtml +OBJS := $(SRC:%.t=%.html) $(SOBJS) .SUFFIXES: .t .html @@ -33,8 +35,5 @@ index.shtml: main.shtml daily.shtml: daily.t -bugs.html: - perl getbugs.pl > bugs.html - clean: find . -name "*html" | xargs rm -- cgit v1.2.3