diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-06-05 11:34:41 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-06-05 11:34:41 +0000 |
| commit | 8a7cbc6769b390d7ddea112ccc53fa7e50a01bab (patch) | |
| tree | 756d06da8955af8e93f1bab5270a27982320a497 | |
| parent | 36a13f82db1c8e5e4282ab68b8f3c6ff91a48a0d (diff) | |
| download | rockbox-8a7cbc6769b390d7ddea112ccc53fa7e50a01bab.zip rockbox-8a7cbc6769b390d7ddea112ccc53fa7e50a01bab.tar.gz rockbox-8a7cbc6769b390d7ddea112ccc53fa7e50a01bab.tar.bz2 rockbox-8a7cbc6769b390d7ddea112ccc53fa7e50a01bab.tar.xz | |
Split the ondio manual two separate fm/sp manuals (as suggested in B#5499).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10062 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/ondiofm.tex | 28 | ||||
| -rw-r--r-- | manual/platform/ondiosp.tex | 25 | ||||
| -rwxr-xr-x | tools/configure | 3 |
3 files changed, 53 insertions, 3 deletions
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex new file mode 100644 index 0000000..860a7ce --- /dev/null +++ b/manual/platform/ondiofm.tex @@ -0,0 +1,28 @@ +% $Id$ % +%platform file for the Ondio FM +\def\UseOption{ondiofm} +% To not break the current manual +\edef\UseOption{\UseOption,ondio} +\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} +\edef\UseOption{\UseOption,HAVE_RECORDING} +\edef\UseOption{\UseOption,CONFIG_TUNER} +\edef\UseOption{\UseOption,MASCODEC} +\edef\UseOption{\UseOption,ONDIO_PAD} + +\newcommand{\playerman}{Archos} +\newcommand{\playertype}{Ondio} +\newcommand{\playerlongtype}{Ondio FM} +\newcommand{\genericimg}{112x64x1} +\newcommand{\specimg}{ondio} +%Used to name the player, e.g. ...to the \dap +\newcommand{\dap}{player} +%For use when referring to the player. E.g. the \daps\ capacity ... +\newcommand{\daps}{player's} +\newcommand{\firmwarefilename}{ajbrec.ajz} + +\newcommand{\ButtonLeft}{Left} +\newcommand{\ButtonRight}{Right} +\newcommand{\ButtonOff}{Off} +\newcommand{\ButtonUp}{Up} +\newcommand{\ButtonDown}{Down} +\newcommand{\ButtonMenu}{Mode} diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex new file mode 100644 index 0000000..f824491 --- /dev/null +++ b/manual/platform/ondiosp.tex @@ -0,0 +1,25 @@ +% $Id$ % +%platform file for the Ondio SP +\def\UseOption{ondiosp} +\edef\UseOption{\UseOption,ondio} +\edef\UseOption{\UseOption,HAVE_LCD_BITMAP} +\edef\UseOption{\UseOption,MASCODEC} +\edef\UseOption{\UseOption,ONDIO_PAD} + +\newcommand{\playerman}{Archos} +\newcommand{\playertype}{Ondio} +\newcommand{\playerlongtype}{Ondio SP} +\newcommand{\genericimg}{112x64x1} +\newcommand{\specimg}{ondio} +%Used to name the player, e.g. ...to the \dap +\newcommand{\dap}{player} +%For use when referring to the player. E.g. the \daps\ capacity ... +\newcommand{\daps}{player's} +\newcommand{\firmwarefilename}{ajbrec.ajz} + +\newcommand{\ButtonLeft}{Left} +\newcommand{\ButtonRight}{Right} +\newcommand{\ButtonOff}{Off} +\newcommand{\ButtonUp}{Up} +\newcommand{\ButtonDown}{Down} +\newcommand{\ButtonMenu}{Mode} diff --git a/tools/configure b/tools/configure index d9ca2e8..ed28461 100755 --- a/tools/configure +++ b/tools/configure @@ -996,9 +996,6 @@ fi recorderv2) archos="recorderv2fm" ;; - ondio??) - archos="ondio" - ;; h1??) archos="h1xx" ;; |