From bd3b58f86d11ed3a412b4f1de2e5bb00bea65798 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 17 Dec 2009 13:53:17 +0000 Subject: Renamed special archosrecorderv2fm manual build to standard archosfmrecorder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24043 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/archosfmrecorder.tex | 24 + manual/platform/archosrecorderv2fm.tex | 24 - manual/plugins/chessbox.tex | 2 +- manual/plugins/main.tex | 16 +- .../images/archosfmrecorder-front.pdf | Bin 0 -> 78772 bytes .../images/archosfmrecorder-front.png | Bin 0 -> 78742 bytes .../images/archosfmrecorder-front.svg | 1510 ++++++++++++++++++++ .../images/archosrecorderv2fm-front.pdf | Bin 78772 -> 0 bytes .../images/archosrecorderv2fm-front.png | Bin 78742 -> 0 bytes .../images/archosrecorderv2fm-front.svg | 1510 -------------------- tools/builds.pm | 3 +- tools/configure | 5 +- 12 files changed, 1545 insertions(+), 1549 deletions(-) create mode 100644 manual/platform/archosfmrecorder.tex delete mode 100644 manual/platform/archosrecorderv2fm.tex create mode 100644 manual/rockbox_interface/images/archosfmrecorder-front.pdf create mode 100644 manual/rockbox_interface/images/archosfmrecorder-front.png create mode 100644 manual/rockbox_interface/images/archosfmrecorder-front.svg delete mode 100644 manual/rockbox_interface/images/archosrecorderv2fm-front.pdf delete mode 100644 manual/rockbox_interface/images/archosrecorderv2fm-front.png delete mode 100644 manual/rockbox_interface/images/archosrecorderv2fm-front.svg diff --git a/manual/platform/archosfmrecorder.tex b/manual/platform/archosfmrecorder.tex new file mode 100644 index 0000000000..3464ffa914 --- /dev/null +++ b/manual/platform/archosfmrecorder.tex @@ -0,0 +1,24 @@ +% $Id$ % +\def\UseOption{recorderv2fm} +\edef\UseOption{\UseOption,RECORDER_PAD} +\edef\UseOption{\UseOption,HAVE_BACKLIGHT} +\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} +\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} +\edef\UseOption{\UseOption,archos} + +\newcommand{\playerman}{Archos} +\newcommand{\playertype}{Recorder V2/FM} +\newcommand{\playerlongtype}{Recorder V2 and FM} +\newcommand{\genericimg}{112x64x1} +\newcommand{\specimg}{archosfmrecorder} +%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}{\fname{ajbrec.ajz}} +\newcommand{\firmwareextension}{\fname{ajz}} +\newcommand{\screenshotsize}{4cm} +\newcommand{\disk}{hard disk} + +% link external keymap file +\input{platform/keymap-archosrecorder.tex} diff --git a/manual/platform/archosrecorderv2fm.tex b/manual/platform/archosrecorderv2fm.tex deleted file mode 100644 index 0e53d0940a..0000000000 --- a/manual/platform/archosrecorderv2fm.tex +++ /dev/null @@ -1,24 +0,0 @@ -% $Id$ % -\def\UseOption{recorderv2fm} -\edef\UseOption{\UseOption,RECORDER_PAD} -\edef\UseOption{\UseOption,HAVE_BACKLIGHT} -\edef\UseOption{\UseOption,HAVE_DISK_STORAGE} -\edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} -\edef\UseOption{\UseOption,archos} - -\newcommand{\playerman}{Archos} -\newcommand{\playertype}{Recorder V2/FM} -\newcommand{\playerlongtype}{Recorder V2 and FM} -\newcommand{\genericimg}{112x64x1} -\newcommand{\specimg}{archosrecorderv2fm} -%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}{\fname{ajbrec.ajz}} -\newcommand{\firmwareextension}{\fname{ajz}} -\newcommand{\screenshotsize}{4cm} -\newcommand{\disk}{hard disk} - -% link external keymap file -\input{platform/keymap-archosrecorder.tex} diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex index 54b577ce10..784f1b2677 100644 --- a/manual/plugins/chessbox.tex +++ b/manual/plugins/chessbox.tex @@ -23,7 +23,7 @@ you resume the game. The menu also allows the user to reload the last game saved, save the current position and start a new game without having to quit the game. -\opt{archosrecorder,archosrecorderv2fm,ondio}{ +\opt{archosrecorder,archosfmrecorder,ondio}{ \note{This plugin will stop playback.} } diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 1974c65eef..62271161e9 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -16,7 +16,7 @@ text files% \section{Games} \opt{lcd_bitmap} {See also the Chip{}-8 emulator in \reference{ref:Chip8emulator} - \opt{archosrecorder,archosrecorderv2fm,iriverh100,iaudiom5,lcd_color} + \opt{archosrecorder,archosfmrecorder,iriverh100,iaudiom5,lcd_color} {and Rockboy in \reference{ref:Rockboy}}.} \opt{lcd_bitmap}{\input{plugins/blackjack.tex}} @@ -166,7 +166,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} \opt{swcodec}{\input{plugins/midiplay.tex}} -\opt{archosrecorder,archosrecorderv2fm,ondio}{\input{plugins/movieplayer.tex}} +\opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/movieplayer.tex}} \opt{lcd_bitmap}{\opt{swcodec}{\input{plugins/mpegplayer.tex}}} @@ -174,9 +174,9 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} \opt{lcd_color}{\input{plugins/ppmviewer.tex}} -\opt{archosrecorder,archosrecorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}} +\opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/rockbox_flash.tex}} -\opt{archosrecorder,archosrecorderv2fm,iriverh100,iaudiom5,lcd_color}{\input{plugins/rockboy.tex}} +\opt{archosrecorder,archosfmrecorder,iriverh100,iaudiom5,lcd_color}{\input{plugins/rockboy.tex}} {\input{plugins/search.tex}} @@ -188,13 +188,13 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} {\input{plugins/vbrfix.tex}} -\opt{archosrecorder,archosrecorderv2fm,ondio}{\input{plugins/wavplay.tex}} +\opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/wavplay.tex}} \opt{lcd_bitmap}{\input{plugins/zxbox.tex}} \section{Applications} -\opt{archosplayer,archosrecorder,archosrecorderv2fm}{\input{plugins/alpinecdc.tex}} +\opt{archosplayer,archosrecorder,archosfmrecorder}{\input{plugins/alpinecdc.tex}} {\input{plugins/batterybenchmark.tex}} @@ -210,7 +210,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} \opt{archosplayer}{\input{plugins/euro_converter.tex}} -\opt{archosrecorder,archosrecorderv2fm,ondio}{\input{plugins/firmware_flash.tex}} +\opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/firmware_flash.tex}} {\input{plugins/keybox.tex}} @@ -226,7 +226,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} \opt{lcd_color}{\input{plugins/rockpaint.tex}} -\opt{archosrecorder,archosrecorderv2fm,ondio}{\input{plugins/split_editor.tex}} +\opt{archosrecorder,archosfmrecorder,ondio}{\input{plugins/split_editor.tex}} {\input{plugins/stats.tex}} diff --git a/manual/rockbox_interface/images/archosfmrecorder-front.pdf b/manual/rockbox_interface/images/archosfmrecorder-front.pdf new file mode 100644 index 0000000000..993bd167d2 Binary files /dev/null and b/manual/rockbox_interface/images/archosfmrecorder-front.pdf differ diff --git a/manual/rockbox_interface/images/archosfmrecorder-front.png b/manual/rockbox_interface/images/archosfmrecorder-front.png new file mode 100644 index 0000000000..dc0a0bd404 Binary files /dev/null and b/manual/rockbox_interface/images/archosfmrecorder-front.png differ diff --git a/manual/rockbox_interface/images/archosfmrecorder-front.svg b/manual/rockbox_interface/images/archosfmrecorder-front.svg new file mode 100644 index 0000000000..39aa44dc99 --- /dev/null +++ b/manual/rockbox_interface/images/archosfmrecorder-front.svg @@ -0,0 +1,1510 @@ + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +F2 + +F1 + +Left + +On + +Off + +F3 + +Up + +Right + +Down + +Play + \ No newline at end of file diff --git a/manual/rockbox_interface/images/archosrecorderv2fm-front.pdf b/manual/rockbox_interface/images/archosrecorderv2fm-front.pdf deleted file mode 100644 index 993bd167d2..0000000000 Binary files a/manual/rockbox_interface/images/archosrecorderv2fm-front.pdf and /dev/null differ diff --git a/manual/rockbox_interface/images/archosrecorderv2fm-front.png b/manual/rockbox_interface/images/archosrecorderv2fm-front.png deleted file mode 100644 index dc0a0bd404..0000000000 Binary files a/manual/rockbox_interface/images/archosrecorderv2fm-front.png and /dev/null differ diff --git a/manual/rockbox_interface/images/archosrecorderv2fm-front.svg b/manual/rockbox_interface/images/archosrecorderv2fm-front.svg deleted file mode 100644 index 39aa44dc99..0000000000 --- a/manual/rockbox_interface/images/archosrecorderv2fm-front.svg +++ /dev/null @@ -1,1510 +0,0 @@ - - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -F2 - -F1 - -Left - -On - -Off - -F3 - -Up - -Right - -Down - -Play - \ No newline at end of file diff --git a/tools/builds.pm b/tools/builds.pm index 9e940f188d..e8d0526cf7 100644 --- a/tools/builds.pm +++ b/tools/builds.pm @@ -11,7 +11,6 @@ $releasenotes="/wiki/ReleaseNotes34"; name => 'Archos FM Recorder', status => 3, ram => 2, - manual => "archosrecorderv2fm", }, 'archosondiofm' => { name => 'Archos Ondio FM', @@ -37,7 +36,7 @@ $releasenotes="/wiki/ReleaseNotes34"; name => 'Archos Recorder v2', status => 3, ram => 2, - manual => "archosrecorderv2fm", + manual => "archosfmrecorder", }, 'cowond2' => { name => 'Cowon D2', diff --git a/tools/configure b/tools/configure index 3d9c503fd9..dbbc4252d8 100755 --- a/tools/configure +++ b/tools/configure @@ -2611,11 +2611,8 @@ fi esac # to be able running "make manual" from non-manual configuration case $modelname in - archosfmrecorder) - manualdev="archosrecorderv2fm" - ;; archosrecorderv2) - manualdev="archosrecorderv2fm" + manualdev="archosfmrecorder" ;; iriverh1??) manualdev="iriverh100" -- cgit v1.2.3