diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-11-22 07:43:41 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-11-22 07:43:41 +0000 |
| commit | f7e2ecee15e2ed24261dd8ab0f7da89636546134 (patch) | |
| tree | c729686717341fcb7e51d8056eead1972817a671 /tools | |
| parent | f861320177805e88811b58d177ed6c959f910db4 (diff) | |
| download | rockbox-f7e2ecee15e2ed24261dd8ab0f7da89636546134.zip rockbox-f7e2ecee15e2ed24261dd8ab0f7da89636546134.tar.gz rockbox-f7e2ecee15e2ed24261dd8ab0f7da89636546134.tar.bz2 rockbox-f7e2ecee15e2ed24261dd8ab0f7da89636546134.tar.xz | |
Add voicetools to "make help"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15754 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index a3e9918..163ee58 100755 --- a/tools/configure +++ b/tools/configure @@ -2021,6 +2021,7 @@ help: @echo "fontzip - creates rockbox-fonts.zip" @echo "mapzip - creates rockbox-maps.zip with all .map files" @echo "tools - builds the tools only" + @echo "voicetools - builds the voice tools only" @echo "install - installs your build (for simulator builds only)" EOF |