diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-08-31 21:18:21 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-08-31 21:18:21 +0000 |
| commit | 3ed5de8980a6e42c5e4c6e26dfbad227aa7abbcb (patch) | |
| tree | 987e6ea4faff50d25d8206cdd64daa6959404608 | |
| parent | 6e24db0c825ae5e6db12c3282efb9ca457d27398 (diff) | |
| download | rockbox-3ed5de8980a6e42c5e4c6e26dfbad227aa7abbcb.zip rockbox-3ed5de8980a6e42c5e4c6e26dfbad227aa7abbcb.tar.gz rockbox-3ed5de8980a6e42c5e4c6e26dfbad227aa7abbcb.tar.bz2 rockbox-3ed5de8980a6e42c5e4c6e26dfbad227aa7abbcb.tar.xz | |
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
| -rw-r--r-- | manual/Makefile.pdflatex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex index 2048423..c65dd51 100644 --- a/manual/Makefile.pdflatex +++ b/manual/Makefile.pdflatex @@ -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 |