summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-22 23:09:07 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2007-01-22 23:09:07 +0000
commitea37d4c0729057b01c0e0b82b3bef7030379da2f (patch)
treecf666f91059de5c07928de6b4b67b636742f64f2 /manual
parentf30a39806c54459aedafdc8c6a7d91bfed7f3036 (diff)
downloadrockbox-ea37d4c0729057b01c0e0b82b3bef7030379da2f.tar.gz
rockbox-ea37d4c0729057b01c0e0b82b3bef7030379da2f.zip
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
Diffstat (limited to 'manual')
-rw-r--r--manual/Makefile1
-rw-r--r--manual/intro/main.tex6
2 files changed, 6 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index c55ff12f6d..19a5d3d7be 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -16,6 +16,7 @@ manual-prep: rockbox.tex
16 @mkdir -p $(OBJDIR) 16 @mkdir -p $(OBJDIR)
17 @find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \; 17 @find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \;
18 @find * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \; 18 @find * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \;
19 @../tools/svnversion.sh > version.tex
19 @perl credits.pl < ../docs/CREDITS | iconv -f utf-8 -t iso-8859-1 > $(OBJDIR)/CREDITS.tex 20 @perl credits.pl < ../docs/CREDITS | iconv -f utf-8 -t iso-8859-1 > $(OBJDIR)/CREDITS.tex
20 @echo "\newcommand{\platform}{${MANUALDEV}}" > $(OBJDIR)/rockbox-build.tex 21 @echo "\newcommand{\platform}{${MANUALDEV}}" > $(OBJDIR)/rockbox-build.tex
21 @echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex 22 @echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex
diff --git a/manual/intro/main.tex b/manual/intro/main.tex
index c41a6ea6c6..6eceacabb7 100644
--- a/manual/intro/main.tex
+++ b/manual/intro/main.tex
@@ -7,7 +7,7 @@
7% \/ \/ \/ \/ \/ 7% \/ \/ \/ \/ \/
8% - M A N U A L - 8% - M A N U A L -
9% 9%
10% $Id:$ 10% $Id$
11% 11%
12% Copyright (C) 2006 The Rockbox Manual Team 12% Copyright (C) 2006 The Rockbox Manual Team
13% 13%
@@ -44,6 +44,10 @@ contributors.
44\copyright~2004 Christi Alice Scarborough, 44\copyright~2004 Christi Alice Scarborough,
45\copyright~2003 Jos\'{e} Maria Garcia-Valdecasas Bernal \& Peter Schlenker. 45\copyright~2003 Jos\'{e} Maria Garcia-Valdecasas Bernal \& Peter Schlenker.
46\end{quote} 46\end{quote}
47\vspace{3mm}
48\begin{center}
49\IfFileExists{version.tex}{Build with \LaTeX{} from version \input{version.tex}}{}
50\end{center}
47 51
48\vspace{\fill} 52\vspace{\fill}
49\begin{quote} 53\begin{quote}