summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-11-22 07:43:41 +0000
committerDave Chapman <dave@dchapman.com>2007-11-22 07:43:41 +0000
commitf7e2ecee15e2ed24261dd8ab0f7da89636546134 (patch)
treec729686717341fcb7e51d8056eead1972817a671
parentf861320177805e88811b58d177ed6c959f910db4 (diff)
downloadrockbox-f7e2ecee15e2ed24261dd8ab0f7da89636546134.tar.gz
rockbox-f7e2ecee15e2ed24261dd8ab0f7da89636546134.zip
Add voicetools to "make help"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15754 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index a3e99187a3..163ee58404 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2021,6 +2021,7 @@ help:
2021 @echo "fontzip - creates rockbox-fonts.zip" 2021 @echo "fontzip - creates rockbox-fonts.zip"
2022 @echo "mapzip - creates rockbox-maps.zip with all .map files" 2022 @echo "mapzip - creates rockbox-maps.zip with all .map files"
2023 @echo "tools - builds the tools only" 2023 @echo "tools - builds the tools only"
2024 @echo "voicetools - builds the voice tools only"
2024 @echo "install - installs your build (for simulator builds only)" 2025 @echo "install - installs your build (for simulator builds only)"
2025 2026
2026EOF 2027EOF