1
0
Fork 0
forked from len0rd/rockbox

Added site icon

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1573 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-08-06 22:07:36 +00:00
parent 580f0009d3
commit e077262018
2 changed files with 6 additions and 2 deletions

View file

@ -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
perl getbugs.pl > bugs.html
clean:
find . -name "*html" | xargs rm

View file

@ -6,6 +6,7 @@
<html>
<head>
<link rel="STYLESHEET" type="text/css" href="/style.css">
<link rel="icon" href="/rockbox-16.png" type="image/png">
#ifdef _PAGE_
<title>Rockbox - _PAGE_</title>
#else