diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-08-06 19:25:46 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-08-06 19:25:46 +0000 |
| commit | 580f0009d3fd2fb75a049d27feac0124011230fe (patch) | |
| tree | a3d7c0aede406659ce52f277a777a8c1c5d137a1 | |
| parent | 5c507e94f0ec26bba45f2e1bc2aca448696d5444 (diff) | |
| download | rockbox-580f0009d3fd2fb75a049d27feac0124011230fe.zip rockbox-580f0009d3fd2fb75a049d27feac0124011230fe.tar.gz rockbox-580f0009d3fd2fb75a049d27feac0124011230fe.tar.bz2 rockbox-580f0009d3fd2fb75a049d27feac0124011230fe.tar.xz | |
Fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1572 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/Makefile | 3 | ||||
| -rw-r--r-- | www/head.t | 2 | ||||
| -rw-r--r-- | www/main.t | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 58b6c06..de53f13 100644 --- a/www/Makefile +++ b/www/Makefile @@ -21,6 +21,7 @@ all: $(OBJS) @(cd sh-win; $(MAKE)) @(cd download; $(MAKE)) @(cd manual; $(MAKE)) + @(cd tshirt-contest; $(MAKE)) main.html: main.t activity.html @@ -31,3 +32,5 @@ index.shtml: main.shtml daily.shtml: daily.t +bugs.html: + perl getbugs.pl > bugs.html
\ No newline at end of file @@ -39,7 +39,7 @@ <a class="menulink" href="/internals/">photos</a><br> <a class="menulink" href="/daily.shtml">daily builds</a><br> <a class="menulink" href="/cvs.html">CVS</a><br> -<a class="menulink" href="http://sourceforge.net/projects/">sourceforge</a><br> +<a class="menulink" href="http://sourceforge.net/projects/rockbox/">sourceforge</a><br> <a class="menulink" href="http://bjorn.haxx.se/isd200/">linux driver</a> <div align="right"> @@ -30,7 +30,7 @@ is not yet enabled on the players by default. <h2>Recent CVS activity</h2> <p> -<!--#include file="last5.html" --> +<!--#include file="lastcvs.link" --> <h2>Open bug reports</h2> <p> |