Prevent an additional protected space after version string.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12134 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dcbf5d492b
commit
eb1cb5798e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ manual-prep: rockbox.tex
|
|||
@mkdir -p $(OBJDIR)
|
||||
@find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \;
|
||||
@find * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \;
|
||||
@../tools/svnversion.sh > version.tex
|
||||
@../tools/svnversion.sh | sed -e 's/\n*$$/%/' > version.tex
|
||||
@perl credits.pl < ../docs/CREDITS | iconv -f utf-8 -t iso-8859-1 > $(OBJDIR)/CREDITS.tex
|
||||
@echo "\newcommand{\platform}{${MANUALDEV}}" > $(OBJDIR)/rockbox-build.tex
|
||||
@echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex
|
||||
|
|
Loading…
Reference in a new issue