summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-06 22:07:36 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-06 22:07:36 +0000
commite07726201800618236569d996c9186e5cd6ede88 (patch)
treeb1364b03dc856fdd1dcd31438f64f16e794e1f2c /www
parent580f0009d3fd2fb75a049d27feac0124011230fe (diff)
downloadrockbox-e07726201800618236569d996c9186e5cd6ede88.tar.gz
rockbox-e07726201800618236569d996c9186e5cd6ede88.zip
Added site icon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1573 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www')
-rw-r--r--www/Makefile7
-rw-r--r--www/head.t1
2 files changed, 6 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile
index de53f1389f..ef2b11d5b3 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,7 +1,7 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml 4OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html
5 5
6.SUFFIXES: .t .html 6.SUFFIXES: .t .html
7 7
@@ -33,4 +33,7 @@ index.shtml: main.shtml
33daily.shtml: daily.t 33daily.shtml: daily.t
34 34
35bugs.html: 35bugs.html:
36 perl getbugs.pl > bugs.html \ No newline at end of file 36 perl getbugs.pl > bugs.html
37
38clean:
39 find . -name "*html" | xargs rm
diff --git a/www/head.t b/www/head.t
index b00fee9b5c..e2292e03c1 100644
--- a/www/head.t
+++ b/www/head.t
@@ -6,6 +6,7 @@
6<html> 6<html>
7<head> 7<head>
8<link rel="STYLESHEET" type="text/css" href="/style.css"> 8<link rel="STYLESHEET" type="text/css" href="/style.css">
9<link rel="icon" href="/rockbox-16.png" type="image/png">
9#ifdef _PAGE_ 10#ifdef _PAGE_
10<title>Rockbox - _PAGE_</title> 11<title>Rockbox - _PAGE_</title>
11#else 12#else