summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2008-08-31 21:18:21 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2008-08-31 21:18:21 +0000
commit3ed5de8980a6e42c5e4c6e26dfbad227aa7abbcb (patch)
tree987e6ea4faff50d25d8206cdd64daa6959404608 /manual
parent6e24db0c825ae5e6db12c3282efb9ca457d27398 (diff)
downloadrockbox-3ed5de8980a6e42c5e4c6e26dfbad227aa7abbcb.tar.gz
rockbox-3ed5de8980a6e42c5e4c6e26dfbad227aa7abbcb.zip
r16149 renamed the variable ARCHOS to MODELNAME. Do it for the manual too (used when copying the pdf file to the output folder).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18374 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile.pdflatex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex
index 2048423f5c..c65dd51d56 100644
--- a/manual/Makefile.pdflatex
+++ b/manual/Makefile.pdflatex
@@ -10,7 +10,7 @@ HTOPTS3 := "-dhtml/"
10.PHONY: all cleaner buildmanual output 10.PHONY: all cleaner buildmanual output
11 11
12buildmanual: rockbox-build.tex pdf 12buildmanual: rockbox-build.tex pdf
13 @cp $(OBJDIR)/rockbox-build.pdf $(OBJDIR)/../rockbox-$(ARCHOS)-$(VERSION).pdf 13 @cp $(OBJDIR)/rockbox-build.pdf $(OBJDIR)/../rockbox-$(MODELNAME)-$(VERSION).pdf
14 14
15buildhtml: rockbox-build.tex 15buildhtml: rockbox-build.tex
16 @mkdir -p $(OBJDIR)/html 16 @mkdir -p $(OBJDIR)/html