From 12eb058bb065e9cb85949ec3a66c453ac5e1b883 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 23 Mar 2008 22:07:09 +0000 Subject: Make more use of the 'features' system in the manuals (committed in r16304), less stuff to keep in sync manually but keep in mind that changes in config-*.h can now affect the manual git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16765 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/main.tex | 74 ++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'manual/plugins/main.tex') diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 74b1008de9..65c5c7463a 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -13,86 +13,86 @@ text files, chip8 games), or from the \setting{Open with} option on the \setting{Context Menu}. \section{Games} -\opt{HAVE_LCD_BITMAP} +\opt{lcd_bitmap} {See also the Chip{}-8 emulator in \reference{ref:Chip8emulator} - \opt{recorder,recorderv2fm,h1xx,m5,HAVE_LCD_COLOR} + \opt{recorder,recorderv2fm,h1xx,m5,lcd_color} {and Rockboy in \reference{ref:Rockboy}}.} -\opt{HAVE_LCD_BITMAP}{\input{plugins/blackjack.tex}} +\opt{lcd_bitmap}{\input{plugins/blackjack.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/brickmania.tex}} +\opt{lcd_bitmap}{\input{plugins/brickmania.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/bubbles.tex}} +\opt{lcd_bitmap}{\input{plugins/bubbles.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/chessbox.tex}} +\opt{lcd_bitmap}{\input{plugins/chessbox.tex}} -\opt{SWCODEC}{\input{plugins/doom.tex}} +\opt{swcodec}{\input{plugins/doom.tex}} {\input{plugins/flipit.tex}} \opt{player}{\input{plugins/jackpot.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/jewels.tex}} +\opt{lcd_bitmap}{\input{plugins/jewels.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/minesweeper.tex}} +\opt{lcd_bitmap}{\input{plugins/minesweeper.tex}} \opt{player}{\input{plugins/nim.tex}} -\opt{h1xx,m5,HAVE_LCD_COLOR}{\input{plugins/pacbox.tex}} +\opt{h1xx,m5,lcd_color}{\input{plugins/pacbox.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/pong.tex}} +\opt{lcd_bitmap}{\input{plugins/pong.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/robotfindskitten.tex}} +\opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}} {\input{plugins/rockblox.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/sliding.tex}} +\opt{lcd_bitmap}{\input{plugins/sliding.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/snake.tex}} +\opt{lcd_bitmap}{\input{plugins/snake.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/snake2.tex}} +\opt{lcd_bitmap}{\input{plugins/snake2.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/sokoban.tex}} +\opt{lcd_bitmap}{\input{plugins/sokoban.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/solitaire.tex}} +\opt{lcd_bitmap}{\input{plugins/solitaire.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/spacerocks.tex}} +\opt{lcd_bitmap}{\input{plugins/spacerocks.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/star.tex}} +\opt{lcd_bitmap}{\input{plugins/star.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/sudoku.tex}} +\opt{lcd_bitmap}{\input{plugins/sudoku.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/wormlet.tex}} +\opt{lcd_bitmap}{\input{plugins/wormlet.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/xobox.tex}} +\opt{lcd_bitmap}{\input{plugins/xobox.tex}} \section{Demos} -\opt{HAVE_LCD_BITMAP}{\input{plugins/bounce.tex}} +\opt{lcd_bitmap}{\input{plugins/bounce.tex}} {\input{plugins/credits.tex}} {\input{plugins/cube.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/demystify.tex}} +\opt{lcd_bitmap}{\input{plugins/demystify.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/fire.tex}} +\opt{lcd_bitmap}{\input{plugins/fire.tex}} {\input{plugins/logo.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/mandelbrot.tex}} +\opt{lcd_bitmap}{\input{plugins/mandelbrot.tex}} {\input{plugins/mosaic.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/oscilloscope.tex}} +\opt{lcd_bitmap}{\input{plugins/oscilloscope.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/plasma.tex}} +\opt{lcd_bitmap}{\input{plugins/plasma.tex}} {\input{plugins/snow.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/starfield.tex}} +\opt{lcd_bitmap}{\input{plugins/starfield.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/vumeter.tex}} +\opt{lcd_bitmap}{\input{plugins/vumeter.tex}} \section{\label{ref:Viewersplugins}Viewers} @@ -101,17 +101,17 @@ They cannot be run directly but are started by ``playing'' the associated file. Viewers are stored in the \textbf{/.rockbox/viewers/ }directory. -\opt{HAVE_LCD_BITMAP}{\input{plugins/chip8emulator.tex}} +\opt{lcd_bitmap}{\input{plugins/chip8emulator.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/jpegviewer.tex}} +\opt{lcd_bitmap}{\input{plugins/jpegviewer.tex}} \opt{recorder,recorderv2fm,ondio}{\input{plugins/movieplayer.tex}} -\opt{HAVE_LCD_COLOR}{\input{plugins/mpegplayer.tex}} +\opt{lcd_color}{\input{plugins/mpegplayer.tex}} \opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}} -\opt{recorder,recorderv2fm,h1xx,m5,HAVE_LCD_COLOR}{\input{plugins/rockboy.tex}} +\opt{recorder,recorderv2fm,h1xx,m5,lcd_color}{\input{plugins/rockboy.tex}} {\input{plugins/search.tex}} @@ -129,13 +129,13 @@ the associated file. Viewers are stored in the {\input{plugins/batterybenchmark.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/calculator.tex}} +\opt{lcd_bitmap}{\input{plugins/calculator.tex}} \opt{recorder,recorderv2fm}{\input{plugins/calendar.tex}} {\input{plugins/chess_clock.tex}} -\opt{CONFIG_RTC}{\input{plugins/clock.tex}} +\opt{rtc}{\input{plugins/clock.tex}} {\input{plugins/dice.tex}} @@ -153,4 +153,4 @@ the associated file. Viewers are stored in the {\input{plugins/stopwatch.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/text_editor.tex}} +\opt{lcd_bitmap}{\input{plugins/text_editor.tex}} -- cgit v1.2.3