From ddb31c6ecea7ab0068cba298e873b3ffdb0d3984 Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sat, 17 Jul 2010 16:57:58 +0000 Subject: Manual: add the new \seriesimg option to the 3 different Clip's platform files and rename all _screenshots_ which have 'sansaclip' in their name so that they contain 'clip' instead to make use of this new option. This way they can be used for all Clips even when \specimg will differ. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27471 a1c6a512-1295-4272-9138-f99709370657 --- manual/platform/sansaclip.tex | 2 ++ manual/platform/sansaclipplus.tex | 2 ++ manual/platform/sansaclipv2.tex | 2 ++ 3 files changed, 6 insertions(+) (limited to 'manual/platform') diff --git a/manual/platform/sansaclip.tex b/manual/platform/sansaclip.tex index d302915f6a..7fcc740f8f 100644 --- a/manual/platform/sansaclip.tex +++ b/manual/platform/sansaclip.tex @@ -14,6 +14,8 @@ \newcommand{\dapdisplayheight}{64} \newcommand{\dapdisplaydepth}{1} \newcommand{\specimg}{sansaclip} +%used for specifying screenshot names common to a target "family" +\newcommand{\seriesimg}{clip} %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... diff --git a/manual/platform/sansaclipplus.tex b/manual/platform/sansaclipplus.tex index 017562faa0..302588f1b7 100644 --- a/manual/platform/sansaclipplus.tex +++ b/manual/platform/sansaclipplus.tex @@ -14,6 +14,8 @@ \newcommand{\dapdisplayheight}{64} \newcommand{\dapdisplaydepth}{1} \newcommand{\specimg}{sansaclip} +%used for specifying screenshot names common to a target "family" +\newcommand{\seriesimg}{clip} %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... diff --git a/manual/platform/sansaclipv2.tex b/manual/platform/sansaclipv2.tex index 89454ca96b..15e60a56d1 100644 --- a/manual/platform/sansaclipv2.tex +++ b/manual/platform/sansaclipv2.tex @@ -14,6 +14,8 @@ \newcommand{\dapdisplayheight}{64} \newcommand{\dapdisplaydepth}{1} \newcommand{\specimg}{sansaclip} +%used for specifying screenshot names common to a target "family" +\newcommand{\seriesimg}{clip} %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... -- cgit