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:
parent
580f0009d3
commit
e077262018
2 changed files with 6 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
|
ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
|
||||||
|
|
||||||
SRC := $(wildcard *.t)
|
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
|
.SUFFIXES: .t .html
|
||||||
|
|
||||||
|
|
@ -33,4 +33,7 @@ index.shtml: main.shtml
|
||||||
daily.shtml: daily.t
|
daily.shtml: daily.t
|
||||||
|
|
||||||
bugs.html:
|
bugs.html:
|
||||||
perl getbugs.pl > bugs.html
|
perl getbugs.pl > bugs.html
|
||||||
|
|
||||||
|
clean:
|
||||||
|
find . -name "*html" | xargs rm
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="STYLESHEET" type="text/css" href="/style.css">
|
<link rel="STYLESHEET" type="text/css" href="/style.css">
|
||||||
|
<link rel="icon" href="/rockbox-16.png" type="image/png">
|
||||||
#ifdef _PAGE_
|
#ifdef _PAGE_
|
||||||
<title>Rockbox - _PAGE_</title>
|
<title>Rockbox - _PAGE_</title>
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue