rockbox/tools/release
Dominik Riebeling ae4025d6bf Rockbox Utility now uses the ucl sources so include them in the tarball.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22900 a1c6a512-1295-4272-9138-f99709370657
2009-10-03 20:56:27 +00:00
..
bins.pl s/echo -e/printf to make it run more portably 2009-06-18 22:12:23 +00:00
manuals.pl s/echo -e/printf to make it run more portably 2009-06-18 22:12:23 +00:00
rbutiltarball.sh Rockbox Utility now uses the ucl sources so include them in the tarball. 2009-10-03 20:56:27 +00:00
README This is my initial commit of the scripts I used to make the 3.0 release 2008-10-14 20:44:49 +00:00
sims.pl Add the Onda 777 to the simulators list. 2009-09-01 08:14:06 +00:00
tarball.sh This is my initial commit of the scripts I used to make the 3.0 release 2008-10-14 20:44:49 +00:00
voices.pl s/echo -e/printf to make it run more portably 2009-06-18 22:12:23 +00:00

             __________               __   ___.
   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                     \/            \/     \/    \/            \/

 This directory contains useful scripts when creating and building
 releases. The plan is to hopefully create a single top-level script that will
 run everything needed to make a complete and full release and put all
 generated data into a separate output directory.

 NOTE that these scripts assume that you have the necessary compilers already
 present in your PATH.

 The scripts:

 bins.pl          Builds all the binary rockbox zip files.

 manuals.pl       Builds all manuals

 voices.pl        Builds all english voice files

 tarball.sh       Builds the source tarball


 STATUS

 All these scripts have a "version" variable at the top that needs editing and
 each of this script needs to be run at the source tree root to function. Most
 of them put their generated files in a subdir called 'output' which the
 scripts create.