forked from len0rd/rockbox
Fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1572 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c507e94f0
commit
580f0009d3
3 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue