summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/Makefile2
-rw-r--r--manual/Makefile.pdflatex1
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
15MANFILE := rockbox-build 15MANFILE := rockbox-build
16 16
17VERSION= `$(TOOLSDIR)/version.sh $(ROOTDIR)`
18
17all: manual-pdf 19all: manual-pdf
18 20
19features: $(OBJDIR)/features 21features: $(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
6HTOPTS1 := rockbox-html,charset=utf-8,early_ 6HTOPTS1 := rockbox-html,charset=utf-8,early_
7HTOPTS2 := " -utf8 -cmozhtf" 7HTOPTS2 := " -utf8 -cmozhtf"
8HTOPTS3 := "-dhtml/ -cvalidate" 8HTOPTS3 := "-dhtml/ -cvalidate"
9VERSION=`$(TOOLSDIR)/version.sh $(ROOTDIR)`
9 10
10.PHONY: all cleaner buildmanual output 11.PHONY: all cleaner buildmanual output
11 12