1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Added recent docs/projects menus. Modified buildtargetdb.php to add a do-not-modify warning to the top of its output, and generated a new targetdb file with the warning in place

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27564 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-07-25 21:16:37 +00:00
parent e024198305
commit e1e51f9994
5 changed files with 193 additions and 1 deletions

View file

@ -21,6 +21,18 @@
*
****************************************************************************/
// Printing the do-not-modify warning
echo "# ----------------------------------------------------------- #\n";
echo "# ----------------------------------------------------------- #\n";
echo "# --- This file automatically generated, do not modify! --- #\n";
echo "# --- To add a target to the targetdb, add it to the --- #\n";
echo "# --- \$targets array in buildtargetdb.php and run that --- #\n";
echo "# --- script, ensuring that your current directory is --- #\n";
echo "# --- utils/themeeditor, and pipe the output into --- #\n";
echo "# --- utils/themeeditor/resources/targetdb --- #\n";
echo "# ----------------------------------------------------------- #\n";
echo "# ----------------------------------------------------------- #\n\n";
// This is the array of targets, with the target id as the key and the
// plaintext name of the target as the value
$targets = array( 'archosfmrecorder' => 'Archos FM Recorder',