summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2012-05-20 17:17:49 +0200
committerMarianne Arnold <pixelma@rockbox.org>2012-05-20 17:58:06 +0200
commit6c0a1cb223f4e953a6f1fe74591f70b205289615 (patch)
treeb35fcbf252d85d5a842fc46b2868899b1efed139
parentd01a182e6552510b1e1660838cd13134a5c11e87 (diff)
downloadrockbox-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/Makefile2
l---------manual/rockbox_interface/images/iaudiom5-remote.pdf1
l---------manual/rockbox_interface/images/iaudiom5-remote.png1
l---------manual/rockbox_interface/images/iaudiom5-remote.svg1
l---------manual/rockbox_interface/images/iaudiox5-remote.pdf1
l---------manual/rockbox_interface/images/iaudiox5-remote.png1
l---------manual/rockbox_interface/images/iaudiox5-remote.svg1
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:
33manual-prep: objdir-check rockbox.tex $(OBJDIR)/CREDITS.tex $(OBJDIR)/version.tex $(OBJDIR)/$(MANFILE).tex 33manual-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