Added html version of UISIMULATOR.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3827 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c695f26c9f
commit
ab179fab12
2 changed files with 7 additions and 0 deletions
|
@ -55,6 +55,12 @@ how_to_compile.raw: $(DOCS)/README $(TXT2HTML)
|
|||
how_to_compile.html: how_to_compile.t how_to_compile.raw $(TXT2HTML)
|
||||
$(ACTION) $<
|
||||
|
||||
uisimulator.raw: $(DOCS)/UISIMULATOR $(TXT2HTML)
|
||||
$(TXT2HTML) < $< > $@
|
||||
|
||||
uisimulator.html: uisimulator.t uisimulator.raw $(TXT2HTML)
|
||||
$(ACTION) $<
|
||||
|
||||
credits.raw: $(DOCS)/CREDITS $(TXT2HTML)
|
||||
$(TXT2HTML) < $< > $@
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ yahoo</a>.
|
|||
<li> <a href="http://rockbox.my-vserver.de/win32-sdk.html">Setup a cygwin Rockbox development environment</a> (Windows)
|
||||
<li> <a href="/sh-win/">Setting up the gnush cross compiler</a> (Windows)
|
||||
<li> <a href="how_to_compile.html">How to compile Rockbox</a> (linux/cygwin style)
|
||||
<li> <a href="uisimulator.html">How to compile the uisimulators</a> (linux/cygwin style)
|
||||
</ul>
|
||||
|
||||
<h3>Specs and Papers</h3>
|
||||
|
|
Loading…
Reference in a new issue