From e07726201800618236569d996c9186e5cd6ede88 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 6 Aug 2002 22:07:36 +0000 Subject: Added site icon git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1573 a1c6a512-1295-4272-9138-f99709370657 --- www/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index de53f1389f..ef2b11d5b3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,7 +1,7 @@ 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 +OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html .SUFFIXES: .t .html @@ -33,4 +33,7 @@ index.shtml: main.shtml daily.shtml: daily.t bugs.html: - perl getbugs.pl > bugs.html \ No newline at end of file + perl getbugs.pl > bugs.html + +clean: + find . -name "*html" | xargs rm -- cgit v1.2.3