summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-28 17:09:34 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-28 17:09:34 +0000
commiteb1cb5798e68ea34a114df64b96279f5042c751e (patch)
tree5a24bb6092eb223e8ade6b1116826b0f43d5382e
parentdcbf5d492b8178e2888860291584c7a7070318d2 (diff)
downloadrockbox-eb1cb5798e68ea34a114df64b96279f5042c751e.zip
rockbox-eb1cb5798e68ea34a114df64b96279f5042c751e.tar.gz
rockbox-eb1cb5798e68ea34a114df64b96279f5042c751e.tar.bz2
rockbox-eb1cb5798e68ea34a114df64b96279f5042c751e.tar.xz
Prevent an additional protected space after version string.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12134 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index 19a5d3d..f32ea45 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -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