diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-20 13:02:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-20 13:02:22 +0000 |
commit | f080ff0b0ee94fa062c4ab0dd11ecc14bc122107 (patch) | |
tree | b5a38d6e4deecbdf3ea0f46837109e5acdad9c9e /tools | |
parent | 10d11fff7de06c4f35c578ab5d156bc9ef093f2e (diff) | |
download | rockbox-f080ff0b0ee94fa062c4ab0dd11ecc14bc122107.tar.gz rockbox-f080ff0b0ee94fa062c4ab0dd11ecc14bc122107.zip |
clean rockbox-info.txt as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13217 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 135095f2e3..dbb008e44d 100755 --- a/tools/configure +++ b/tools/configure @@ -1666,7 +1666,7 @@ clean: \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.[ch]\ manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \ @ARCHOSROM@ @FLASHFILE@ UI256.bmp rockbox-full.zip \ - html txt rockbox-manual*.zip sysfont.h + html txt rockbox-manual*.zip sysfont.h rockbox-info.txt voice: tools \$(TOOLSDIR)/genvoice.sh \$(ROOTDIR) \$(LANGUAGE) \$(ARCHOS) voicesettings.sh |