diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2003-07-10 14:05:34 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2003-07-10 14:05:34 +0000 |
| commit | ab179fab12b87b8ca886f7321cc6293c7b7d9e0f (patch) | |
| tree | bb9bbcb562794e0d874eff811532b7107254c6e7 | |
| parent | c695f26c9ff190285e06a58fa82410fe275c5439 (diff) | |
| download | rockbox-ab179fab12b87b8ca886f7321cc6293c7b7d9e0f.zip rockbox-ab179fab12b87b8ca886f7321cc6293c7b7d9e0f.tar.gz rockbox-ab179fab12b87b8ca886f7321cc6293c7b7d9e0f.tar.bz2 rockbox-ab179fab12b87b8ca886f7321cc6293c7b7d9e0f.tar.xz | |
Added html version of UISIMULATOR.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3827 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/docs/Makefile | 6 | ||||
| -rw-r--r-- | www/docs/index.t | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile index 59895da..4ec3bf8 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -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) < $< > $@ diff --git a/www/docs/index.t b/www/docs/index.t index 2f51249..fbf11f2 100644 --- a/www/docs/index.t +++ b/www/docs/index.t @@ -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> |