diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2009-07-08 20:55:53 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2009-07-08 20:55:53 +0000 |
| commit | 90e3b727dd1af914c03049a1baee6007fd4cbb9e (patch) | |
| tree | 28941f8c53c7c6b5f0a01208efb4c312a79ba8d1 | |
| parent | ca0a92623c5692a175d5959a9e12fc2e6123f0a8 (diff) | |
| download | rockbox-90e3b727dd1af914c03049a1baee6007fd4cbb9e.zip rockbox-90e3b727dd1af914c03049a1baee6007fd4cbb9e.tar.gz rockbox-90e3b727dd1af914c03049a1baee6007fd4cbb9e.tar.bz2 rockbox-90e3b727dd1af914c03049a1baee6007fd4cbb9e.tar.xz | |
Use the correct (feature) option to only include the new clix.tex in manuals of targets with colour screens.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21730 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 39b36f0..1a684b1 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -27,7 +27,7 @@ text files% \opt{lcd_bitmap}{\input{plugins/chessbox.tex}} -\opt{lcd_bitmap}{\input{plugins/clix.tex}} +\opt{lcd_color}{\input{plugins/clix.tex}} \opt{lcd_bitmap}{\input{plugins/chopper.tex}} |