diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-08-06 11:54:58 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-08-06 11:54:58 +0000 |
| commit | c7c353f302c0ea2f6426f86968c67fc95d24c7a7 (patch) | |
| tree | 8ae8aa68b11baf06f18a949702ad013d2cfc66c4 | |
| parent | f1e19d868325641266eb36262a6512803f07a8e5 (diff) | |
| download | rockbox-c7c353f302c0ea2f6426f86968c67fc95d24c7a7.zip rockbox-c7c353f302c0ea2f6426f86968c67fc95d24c7a7.tar.gz rockbox-c7c353f302c0ea2f6426f86968c67fc95d24c7a7.tar.bz2 rockbox-c7c353f302c0ea2f6426f86968c67fc95d24c7a7.tar.xz | |
build manual too!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1556 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 059f3f2..58b6c06 100644 --- a/www/Makefile +++ b/www/Makefile @@ -20,6 +20,7 @@ all: $(OBJS) @(cd devcon; $(MAKE)) @(cd sh-win; $(MAKE)) @(cd download; $(MAKE)) + @(cd manual; $(MAKE)) main.html: main.t activity.html |