summaryrefslogtreecommitdiff
path: root/www/docs/Makefile
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2003-07-10 14:05:34 +0000
committerBjörn Stenberg <bjorn@haxx.se>2003-07-10 14:05:34 +0000
commitab179fab12b87b8ca886f7321cc6293c7b7d9e0f (patch)
treebb9bbcb562794e0d874eff811532b7107254c6e7 /www/docs/Makefile
parentc695f26c9ff190285e06a58fa82410fe275c5439 (diff)
downloadrockbox-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
Diffstat (limited to 'www/docs/Makefile')
-rw-r--r--www/docs/Makefile6
1 files changed, 6 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) < $< > $@