summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/docs/Makefile6
-rw-r--r--www/docs/index.t1
2 files changed, 7 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile
index 59895dad4b..4ec3bf890c 100644
--- a/www/docs/Makefile
+++ b/www/docs/Makefile
@@ -55,6 +55,12 @@ how_to_compile.raw: $(DOCS)/README $(TXT2HTML)
55how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML) 55how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML)
56 $(ACTION) $< 56 $(ACTION) $<
57 57
58uisimulator.raw: $(DOCS)/UISIMULATOR $(TXT2HTML)
59 $(TXT2HTML) < $< > $@
60
61uisimulator.html: uisimulator.t uisimulator.raw $(TXT2HTML)
62 $(ACTION) $<
63
58credits.raw: $(DOCS)/CREDITS $(TXT2HTML) 64credits.raw: $(DOCS)/CREDITS $(TXT2HTML)
59 $(TXT2HTML) < $< > $@ 65 $(TXT2HTML) < $< > $@
60 66
diff --git a/www/docs/index.t b/www/docs/index.t
index 2f51249ce9..fbf11f2bbb 100644
--- a/www/docs/index.t
+++ b/www/docs/index.t
@@ -31,6 +31,7 @@ yahoo</a>.
31<li> <a href="http://rockbox.my-vserver.de/win32-sdk.html">Setup a cygwin Rockbox development environment</a> (Windows) 31<li> <a href="http://rockbox.my-vserver.de/win32-sdk.html">Setup a cygwin Rockbox development environment</a> (Windows)
32<li> <a href="/sh-win/">Setting up the gnush cross compiler</a> (Windows) 32<li> <a href="/sh-win/">Setting up the gnush cross compiler</a> (Windows)
33<li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style) 33<li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style)
34<li> <a href="uisimulator.html">How to compile the uisimulators</a> (linux/cygwin style)
34</ul> 35</ul>
35 36
36<h3>Specs and Papers</h3> 37<h3>Specs and Papers</h3>