diff options
author | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:03:11 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2009-12-07 09:03:11 +0000 |
commit | 66fa5b578904f7df61293d6ce5c08966b5db13db (patch) | |
tree | 5db57c13d5b23e76793b60bbc48579ac24da1550 /manual/platform/clip.tex | |
parent | 7b70046e7ab7329d93f800fe4b074fabff998a0e (diff) | |
download | rockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.tar.gz rockbox-66fa5b578904f7df61293d6ce5c08966b5db13db.zip |
Rename targets to be consistent in all places. (FS #10819)
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23881 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/clip.tex')
-rw-r--r-- | manual/platform/clip.tex | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/manual/platform/clip.tex b/manual/platform/clip.tex deleted file mode 100644 index c6811b6316..0000000000 --- a/manual/platform/clip.tex +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | % Id: % | ||
2 | \def\UseOption{clip} | ||
3 | \edef\UseOption{\UseOption,SANSA_CLIP_PAD} | ||
4 | \edef\UseOption{\UseOption,HAVE_BACKLIGHT} | ||
5 | \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} | ||
6 | \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} | ||
7 | \edef\UseOption{\UseOption,sansaAMS} | ||
8 | |||
9 | \newcommand{\playerman}{Sansa} | ||
10 | \newcommand{\playertype}{Clip} | ||
11 | \newcommand{\playerlongtype}{\playertype} | ||
12 | \newcommand{\genericimg}{128x64x1-clip} | ||
13 | \newcommand{\specimg}{clip} | ||
14 | %Used to name the player, e.g. ...to the \dap | ||
15 | \newcommand{\dap}{player} | ||
16 | %For use when referring to the player. E.g. the \daps\ capacity... | ||
17 | \newcommand{\daps}{player's} | ||
18 | \newcommand{\firmwarefilename}{\fname{rockbox.sansa}} | ||
19 | \newcommand{\firmwareextension}{\fname{sansa}} | ||
20 | \newcommand{\screenshotsize}{3cm} | ||
21 | \newcommand{\disk}{flash storage} | ||
22 | |||
23 | % link external keymap file | ||
24 | \input{platform/keymap-clip.tex} | ||