diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-30 23:18:06 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-30 23:18:06 +0000 |
commit | cdc42458a264636ebd6cfac08749e96b5fde24bd (patch) | |
tree | ed29d1d39c19ff8c9ae9f339e1465becf0d3dc7c | |
parent | 7a1aca46a33e2c1461340238980994b471c6d71d (diff) | |
download | rockbox-cdc42458a264636ebd6cfac08749e96b5fde24bd.tar.gz rockbox-cdc42458a264636ebd6cfac08749e96b5fde24bd.zip |
Use version.sh in manual builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26423 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/Makefile | 2 | ||||
-rw-r--r-- | manual/Makefile.pdflatex | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/manual/Makefile b/manual/Makefile index b0eee3df3c..de86edef5a 100644 --- a/manual/Makefile +++ b/manual/Makefile | |||
@@ -14,6 +14,8 @@ INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(BUILDDI | |||
14 | .PHONY: all buildmanual clean | 14 | .PHONY: all buildmanual clean |
15 | MANFILE := rockbox-build | 15 | MANFILE := rockbox-build |
16 | 16 | ||
17 | VERSION= `$(TOOLSDIR)/version.sh $(ROOTDIR)` | ||
18 | |||
17 | all: manual-pdf | 19 | all: manual-pdf |
18 | 20 | ||
19 | features: $(OBJDIR)/features | 21 | features: $(OBJDIR)/features |
diff --git a/manual/Makefile.pdflatex b/manual/Makefile.pdflatex index ee6c8bf8dc..9e9fd28e8e 100644 --- a/manual/Makefile.pdflatex +++ b/manual/Makefile.pdflatex | |||
@@ -6,6 +6,7 @@ HTLATEX := htlatex | |||
6 | HTOPTS1 := rockbox-html,charset=utf-8,early_ | 6 | HTOPTS1 := rockbox-html,charset=utf-8,early_ |
7 | HTOPTS2 := " -utf8 -cmozhtf" | 7 | HTOPTS2 := " -utf8 -cmozhtf" |
8 | HTOPTS3 := "-dhtml/ -cvalidate" | 8 | HTOPTS3 := "-dhtml/ -cvalidate" |
9 | VERSION=`$(TOOLSDIR)/version.sh $(ROOTDIR)` | ||
9 | 10 | ||
10 | .PHONY: all cleaner buildmanual output | 11 | .PHONY: all cleaner buildmanual output |
11 | 12 | ||