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:
parent
6e24db0c82
commit
3ed5de8980
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue