1
0
Fork 0
forked from len0rd/rockbox

Use the svn revision number for version information too, version string is now "r<revision>-<builddate> unless there is a static version file (e.g. created by tools/release).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12090 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-01-22 23:09:07 +00:00
parent f30a39806c
commit ea37d4c072
6 changed files with 44 additions and 4 deletions

View file

@ -16,6 +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
@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