diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2012-05-20 17:17:49 +0200 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2012-05-20 17:58:06 +0200 |
commit | 6c0a1cb223f4e953a6f1fe74591f70b205289615 (patch) | |
tree | b35fcbf252d85d5a842fc46b2868899b1efed139 | |
parent | d01a182e6552510b1e1660838cd13134a5c11e87 (diff) | |
download | rockbox-6c0a1cb223f4e953a6f1fe74591f70b205289615.tar.gz rockbox-6c0a1cb223f4e953a6f1fe74591f70b205289615.zip |
Manual: Include the Iaudio remote graphic in the M5 and X5 manuals.
Create symlinks to the iaudiom3 graphics to not duplicate the picture itself
and to not lose the precise 'addressing' of the picture. Change the manual's
makefile to follow symlinks for this to work (thanks to Dominik and Jens for
the help there).
Change-Id: I5882880cb22cbf5561cb0872d7889b7c8c42b62e
-rw-r--r-- | manual/Makefile | 2 | ||||
l--------- | manual/rockbox_interface/images/iaudiom5-remote.pdf | 1 | ||||
l--------- | manual/rockbox_interface/images/iaudiom5-remote.png | 1 | ||||
l--------- | manual/rockbox_interface/images/iaudiom5-remote.svg | 1 | ||||
l--------- | manual/rockbox_interface/images/iaudiox5-remote.pdf | 1 | ||||
l--------- | manual/rockbox_interface/images/iaudiox5-remote.png | 1 | ||||
l--------- | manual/rockbox_interface/images/iaudiox5-remote.svg | 1 |
7 files changed, 7 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile index e091fdc4ee..de4e2cdece 100644 --- a/manual/Makefile +++ b/manual/Makefile | |||
@@ -33,7 +33,7 @@ objdir-check: | |||
33 | manual-prep: objdir-check rockbox.tex $(OBJDIR)/CREDITS.tex $(OBJDIR)/version.tex $(OBJDIR)/$(MANFILE).tex | 33 | manual-prep: objdir-check rockbox.tex $(OBJDIR)/CREDITS.tex $(OBJDIR)/version.tex $(OBJDIR)/$(MANFILE).tex |
34 | $(SILENT)mkdir -p $(OBJDIR) | 34 | $(SILENT)mkdir -p $(OBJDIR) |
35 | $(SILENT)find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \; | 35 | $(SILENT)find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \; |
36 | $(SILENT)find * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \; | 36 | $(SILENT)find -L * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \; |
37 | $(SILENT)mv $(OBJDIR)/Makefile.pdflatex $(OBJDIR)/Makefile | 37 | $(SILENT)mv $(OBJDIR)/Makefile.pdflatex $(OBJDIR)/Makefile |
38 | 38 | ||
39 | $(OBJDIR)/$(MANFILE).tex: | 39 | $(OBJDIR)/$(MANFILE).tex: |
diff --git a/manual/rockbox_interface/images/iaudiom5-remote.pdf b/manual/rockbox_interface/images/iaudiom5-remote.pdf new file mode 120000 index 0000000000..2e4f34e6ea --- /dev/null +++ b/manual/rockbox_interface/images/iaudiom5-remote.pdf | |||
@@ -0,0 +1 @@ | |||
iaudiom3-remote.pdf \ No newline at end of file | |||
diff --git a/manual/rockbox_interface/images/iaudiom5-remote.png b/manual/rockbox_interface/images/iaudiom5-remote.png new file mode 120000 index 0000000000..01f098e7f4 --- /dev/null +++ b/manual/rockbox_interface/images/iaudiom5-remote.png | |||
@@ -0,0 +1 @@ | |||
iaudiom3-remote.png \ No newline at end of file | |||
diff --git a/manual/rockbox_interface/images/iaudiom5-remote.svg b/manual/rockbox_interface/images/iaudiom5-remote.svg new file mode 120000 index 0000000000..9632d11977 --- /dev/null +++ b/manual/rockbox_interface/images/iaudiom5-remote.svg | |||
@@ -0,0 +1 @@ | |||
iaudiom3-remote.svg \ No newline at end of file | |||
diff --git a/manual/rockbox_interface/images/iaudiox5-remote.pdf b/manual/rockbox_interface/images/iaudiox5-remote.pdf new file mode 120000 index 0000000000..2e4f34e6ea --- /dev/null +++ b/manual/rockbox_interface/images/iaudiox5-remote.pdf | |||
@@ -0,0 +1 @@ | |||
iaudiom3-remote.pdf \ No newline at end of file | |||
diff --git a/manual/rockbox_interface/images/iaudiox5-remote.png b/manual/rockbox_interface/images/iaudiox5-remote.png new file mode 120000 index 0000000000..01f098e7f4 --- /dev/null +++ b/manual/rockbox_interface/images/iaudiox5-remote.png | |||
@@ -0,0 +1 @@ | |||
iaudiom3-remote.png \ No newline at end of file | |||
diff --git a/manual/rockbox_interface/images/iaudiox5-remote.svg b/manual/rockbox_interface/images/iaudiox5-remote.svg new file mode 120000 index 0000000000..9632d11977 --- /dev/null +++ b/manual/rockbox_interface/images/iaudiox5-remote.svg | |||
@@ -0,0 +1 @@ | |||
iaudiom3-remote.svg \ No newline at end of file | |||