summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-06 11:54:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-06 11:54:58 +0000
commitc7c353f302c0ea2f6426f86968c67fc95d24c7a7 (patch)
tree8ae8aa68b11baf06f18a949702ad013d2cfc66c4
parentf1e19d868325641266eb36262a6512803f07a8e5 (diff)
downloadrockbox-c7c353f302c0ea2f6426f86968c67fc95d24c7a7.tar.gz
rockbox-c7c353f302c0ea2f6426f86968c67fc95d24c7a7.zip
build manual too!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1556 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 059f3f2c94..58b6c06304 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -20,6 +20,7 @@ all: $(OBJS)
20 @(cd devcon; $(MAKE)) 20 @(cd devcon; $(MAKE))
21 @(cd sh-win; $(MAKE)) 21 @(cd sh-win; $(MAKE))
22 @(cd download; $(MAKE)) 22 @(cd download; $(MAKE))
23 @(cd manual; $(MAKE))
23 24
24main.html: main.t activity.html 25main.html: main.t activity.html
25 26