summaryrefslogtreecommitdiff
path: root/utils/themeeditor/buildtargetdb.php
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/buildtargetdb.php')
-rwxr-xr-xutils/themeeditor/buildtargetdb.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/themeeditor/buildtargetdb.php b/utils/themeeditor/buildtargetdb.php
index 694b1668b6..26b6f119c2 100755
--- a/utils/themeeditor/buildtargetdb.php
+++ b/utils/themeeditor/buildtargetdb.php
@@ -21,6 +21,18 @@
21 * 21 *
22 ****************************************************************************/ 22 ****************************************************************************/
23 23
24// Printing the do-not-modify warning
25echo "# ----------------------------------------------------------- #\n";
26echo "# ----------------------------------------------------------- #\n";
27echo "# --- This file automatically generated, do not modify! --- #\n";
28echo "# --- To add a target to the targetdb, add it to the --- #\n";
29echo "# --- \$targets array in buildtargetdb.php and run that --- #\n";
30echo "# --- script, ensuring that your current directory is --- #\n";
31echo "# --- utils/themeeditor, and pipe the output into --- #\n";
32echo "# --- utils/themeeditor/resources/targetdb --- #\n";
33echo "# ----------------------------------------------------------- #\n";
34echo "# ----------------------------------------------------------- #\n\n";
35
24// This is the array of targets, with the target id as the key and the 36// This is the array of targets, with the target id as the key and the
25// plaintext name of the target as the value 37// plaintext name of the target as the value
26$targets = array( 'archosfmrecorder' => 'Archos FM Recorder', 38$targets = array( 'archosfmrecorder' => 'Archos FM Recorder',