From ab179fab12b87b8ca886f7321cc6293c7b7d9e0f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 10 Jul 2003 14:05:34 +0000 Subject: Added html version of UISIMULATOR. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3827 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/Makefile | 6 ++++++ www/docs/index.t | 1 + 2 files changed, 7 insertions(+) (limited to 'www') 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) 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 2f51249ce9..fbf11f2bbb 100644 --- a/www/docs/index.t +++ b/www/docs/index.t @@ -31,6 +31,7 @@ yahoo.
  • Setup a cygwin Rockbox development environment (Windows)
  • Setting up the gnush cross compiler (Windows)
  • How to compile Rockbox (linux/cygwin style) +
  • How to compile the uisimulators (linux/cygwin style)

    Specs and Papers

    -- cgit v1.2.3