summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-03-28 13:54:38 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-03-28 13:54:38 +0000
commit5c983fc7c56b723af4b8abe84862ec6dbad72292 (patch)
treecb51175b62c8e8d0357c3e0fa7fadd9a61f3ce7c
parent3cb3c7599fcc55eded52984734b4df800b374d02 (diff)
downloadrockbox-5c983fc7c56b723af4b8abe84862ec6dbad72292.tar.gz
rockbox-5c983fc7c56b723af4b8abe84862ec6dbad72292.zip
Minor changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@53 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/cross-gcc.t2
-rw-r--r--www/main.t4
-rw-r--r--www/tools.t3
3 files changed, 6 insertions, 3 deletions
diff --git a/www/cross-gcc.t b/www/cross-gcc.t
index 8e6b72a66c..d78afbde42 100644
--- a/www/cross-gcc.t
+++ b/www/cross-gcc.t
@@ -38,7 +38,7 @@ The GCC configuration script finds the newlib and libgloss files if they are in
38 /home/linus/gcc-3.0.3> ln -s ../newlib-1.10.0/newlib . 38 /home/linus/gcc-3.0.3> ln -s ../newlib-1.10.0/newlib .
39 /home/linus/gcc-3.0.3> ln -s ../newlib-1.10.0/libgloss . 39 /home/linus/gcc-3.0.3> ln -s ../newlib-1.10.0/libgloss .
40</pre> 40</pre>
41<h2>Make up your mind</h2> 41<h2>Choose location</h2>
42<p> 42<p>
43Now is the time to decide where you want the tools to be installed. This is 43Now is the time to decide where you want the tools to be installed. This is
44the directory where all binaries, libraries, man pages and stuff end up when 44the directory where all binaries, libraries, man pages and stuff end up when
diff --git a/www/main.t b/www/main.t
index c7bd0db1e4..8bc8572b7d 100644
--- a/www/main.t
+++ b/www/main.t
@@ -10,7 +10,7 @@
10<a href="http://bjorn.haxx.se/rockbox/mail.cgi">mail list archive</a> &middot; 10<a href="http://bjorn.haxx.se/rockbox/mail.cgi">mail list archive</a> &middot;
11<a href="irc/">irc logs</a> &middot; 11<a href="irc/">irc logs</a> &middot;
12<a href="tools.html">tools</a> &middot; 12<a href="tools.html">tools</a> &middot;
13<a href="internals/">archos internals</a> &middot; 13<a href="internals/">photos</a> &middot;
14<a href="http://sourceforge.net/projects/rockbox/">sourceforge project</a> &middot; 14<a href="http://sourceforge.net/projects/rockbox/">sourceforge project</a> &middot;
15<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/">browse cvs</a> 15<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/rockbox/">browse cvs</a>
16</small> 16</small>
@@ -38,7 +38,7 @@ Try them on your own risk. If you are not 100% sure of what you are doing, keep
38<a href="docs/FAQ">faq</a>, 38<a href="docs/FAQ">faq</a>,
39<a href="irc/">irc logs</a>, 39<a href="irc/">irc logs</a>,
40<a href="tools.html">tools</a> and 40<a href="tools.html">tools</a> and
41<a href="internals/">archos internals</a>. 41<a href="internals/">photos</a>.
42 42
43<p><i>2002-03-25</i>: New section for 43<p><i>2002-03-25</i>: New section for
44<a href="mods/">hardware modifications</a>. 44<a href="mods/">hardware modifications</a>.
diff --git a/www/tools.t b/www/tools.t
index f37f2b2cb3..e8d5f33054 100644
--- a/www/tools.t
+++ b/www/tools.t
@@ -40,4 +40,7 @@
40<a href="http://www.sh-linux.org/rpm/RPMS/i386/RedHat7.1/"> 40<a href="http://www.sh-linux.org/rpm/RPMS/i386/RedHat7.1/">
41pre-cooked RH7.1 RPMs</a> available from sh-linux.org 41pre-cooked RH7.1 RPMs</a> available from sh-linux.org
42 42
43<p>Felix Arends has written a page about
44<a href="sh-win/">setting up an SH-1 compiler for Windows</a>.
45
43#include "foot.t" 46#include "foot.t"