summaryrefslogtreecommitdiff
path: root/manual/Makefile
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 /manual/Makefile
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
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile2
1 files changed, 1 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: