diff options
| -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> |