summaryrefslogtreecommitdiff
path: root/www/docs
diff options
context:
space:
mode:
Diffstat (limited to 'www/docs')
-rw-r--r--www/docs/Makefile6
-rw-r--r--www/docs/index.t4
-rw-r--r--www/docs/license.t8
3 files changed, 17 insertions, 1 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile
index 4ec3bf890c..8394504264 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -67,5 +67,11 @@ credits.raw: $(DOCS)/CREDITS $(TXT2HTML)
67credits.html: credits.t credits.raw $(TXT2HTML) 67credits.html: credits.t credits.raw $(TXT2HTML)
68 $(ACTION) $< 68 $(ACTION) $<
69 69
70license.raw: $(DOCS)/COPYING $(TXT2HTML)
71 $(TXT2HTML) < $< > $@
72
73license.html: license.t license.raw $(TXT2HTML)
74 $(ACTION) $<
75
70%.html : %.t 76%.html : %.t
71 $(ACTION) $< 77 $(ACTION) $<
diff --git a/www/docs/index.t b/www/docs/index.t
index 739c8b9667..104091b880 100644
--- a/www/docs/index.t
+++ b/www/docs/index.t
@@ -22,6 +22,8 @@ yahoo</a>.
22href="Help-Stu.txt">Player/Studio</a>, meant to be stored and read on your 22href="Help-Stu.txt">Player/Studio</a>, meant to be stored and read on your
23Archos. (Jean Boullier) 23Archos. (Jean Boullier)
24 24
25<li><a href="license.html">The GNU General Public License</a> under which terms Rockbox may be distributed
26
25</ul> 27</ul>
26 28
27<h2>For <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">hackers</a></h2> 29<h2>For <a href="http://www.catb.org/~esr/faqs/hacker-howto.html">hackers</a></h2>
@@ -36,6 +38,7 @@ Archos. (Jean Boullier)
36<li> <a href="/sh-win/">Setting up the gnush cross compiler</a> (Windows) 38<li> <a href="/sh-win/">Setting up the gnush cross compiler</a> (Windows)
37<li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style) 39<li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style)
38<li> <a href="uisimulator.html">How to compile the uisimulators</a> (linux/cygwin style) 40<li> <a href="uisimulator.html">How to compile the uisimulators</a> (linux/cygwin style)
41<li> <a href="http://www.mcintoshfamily.pwp.blueyonder.co.uk/rockbox/buildingInEclipse.htm">How to build and debug Rockbox in the Eclipse IDE</a>
39<li> <a href="flash.html">How to flash Rockbox on your Archos</a> 42<li> <a href="flash.html">How to flash Rockbox on your Archos</a>
40</ul> 43</ul>
41 44
@@ -49,7 +52,6 @@ Archos. (Jean Boullier)
49<li><a href="id3v2.4.0-frames.txt">ID3 v2.4 frames</a> 52<li><a href="id3v2.4.0-frames.txt">ID3 v2.4 frames</a>
50<li><a href="id3v2.3.0.html">ID3 v2.3 specification</a> (<a href="id3v2.3.0.txt">txt</a>) 53<li><a href="id3v2.3.0.html">ID3 v2.3 specification</a> (<a href="id3v2.3.0.txt">txt</a>)
51<li><a href="id3guide.html">ID3 v2.3 Programming Guidelines</a> 54<li><a href="id3guide.html">ID3 v2.3 Programming Guidelines</a>
52<li><a href="id3v2.2.0.html">ID3 v2.2 specification</a>
53</ul> 55</ul>
54 56
55<h3>Rockbox Design Docs</h3> 57<h3>Rockbox Design Docs</h3>
diff --git a/www/docs/license.t b/www/docs/license.t
new file mode 100644
index 0000000000..8d4f722763
--- /dev/null
+++ b/www/docs/license.t
@@ -0,0 +1,8 @@
1#define _PAGE_ GNU General Public License
2#include "head.t"
3
4<pre>
5#include "license.raw"
6</pre>
7
8#include "foot.t"