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.tar.gz
rockbox-ab179fab12b87b8ca886f7321cc6293c7b7d9e0f.zip
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 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