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
This commit is contained in:
Dominik Riebeling 2008-08-31 21:18:21 +00:00
parent 6e24db0c82
commit 3ed5de8980

View file

@ -10,7 +10,7 @@ HTOPTS3 := "-dhtml/"
.PHONY: all cleaner buildmanual output
buildmanual: rockbox-build.tex pdf
@cp $(OBJDIR)/rockbox-build.pdf $(OBJDIR)/../rockbox-$(ARCHOS)-$(VERSION).pdf
@cp $(OBJDIR)/rockbox-build.pdf $(OBJDIR)/../rockbox-$(MODELNAME)-$(VERSION).pdf
buildhtml: rockbox-build.tex
@mkdir -p $(OBJDIR)/html