diff options
| author | Alex Parker <rockbox@aeparker.com> | 2009-11-21 17:58:07 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2009-11-21 17:58:07 +0000 |
| commit | 9eb9d30fff16baaf22ffca66ac73c4e85593dd44 (patch) | |
| tree | 3dc329c62a950789e2231b8eac72858566c42abc /manual/platform | |
| parent | ecd9bcf3cb4d9ac1d0a6276ec66f20686d4c24ca (diff) | |
| download | rockbox-9eb9d30fff16baaf22ffca66ac73c4e85593dd44.zip rockbox-9eb9d30fff16baaf22ffca66ac73c4e85593dd44.tar.gz rockbox-9eb9d30fff16baaf22ffca66ac73c4e85593dd44.tar.bz2 rockbox-9eb9d30fff16baaf22ffca66ac73c4e85593dd44.tar.xz | |
Update Sansa Clip install instructions in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23682 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
| -rw-r--r-- | manual/platform/clip.tex | 1 | ||||
| -rw-r--r-- | manual/platform/e200v2.tex | 1 | ||||
| -rw-r--r-- | manual/platform/fuze.tex | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/manual/platform/clip.tex b/manual/platform/clip.tex index c6811b6..15c2517 100644 --- a/manual/platform/clip.tex +++ b/manual/platform/clip.tex @@ -5,6 +5,7 @@ \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} \edef\UseOption{\UseOption,sansaAMS} +\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} \newcommand{\playerman}{Sansa} \newcommand{\playertype}{Clip} diff --git a/manual/platform/e200v2.tex b/manual/platform/e200v2.tex index 7aa32d3..d68f298 100644 --- a/manual/platform/e200v2.tex +++ b/manual/platform/e200v2.tex @@ -5,6 +5,7 @@ \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} \edef\UseOption{\UseOption,sansaAMS} +\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} \newcommand{\playerman}{Sansa} \newcommand{\playertype}{e200v2 Series} diff --git a/manual/platform/fuze.tex b/manual/platform/fuze.tex index 887d62e..d11752b 100644 --- a/manual/platform/fuze.tex +++ b/manual/platform/fuze.tex @@ -5,6 +5,7 @@ \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} \edef\UseOption{\UseOption,sansaAMS} +\edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} \newcommand{\playerman}{Sansa} \newcommand{\playertype}{Fuze} |