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:
parent
e024198305
commit
e1e51f9994
5 changed files with 193 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue