summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-08-04 21:38:06 -0400
committerSolomon Peachy <pizza@shaftnet.org>2019-08-05 05:01:57 +0200
commit0d3ea8231fa7ffe12be52af5bd7c1b41e0e06dfb (patch)
tree2306a4ae21c07d00c242f8a5f525f782fe204112 /manual/Makefile
parent8143e4437bdcb1c2b25013cc285834b224d8d93c (diff)
downloadrockbox-0d3ea8231fa7ffe12be52af5bd7c1b41e0e06dfb.tar.gz
rockbox-0d3ea8231fa7ffe12be52af5bd7c1b41e0e06dfb.zip
Update documentation build to use saner version extraction
Patch by Igor Poretsky Change-Id: I0c61d42dcac79b72c6b13d700732237a845f676e
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/Makefile b/manual/Makefile
index 410d5a68f5..e1d3c1fb81 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -18,7 +18,7 @@ INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(BUILDDI
18.PHONY: all buildmanual clean objdir-check 18.PHONY: all buildmanual clean objdir-check
19MANFILE := rockbox-build 19MANFILE := rockbox-build
20 20
21VERSION= `$(TOOLSDIR)/version.sh $(ROOTDIR)` 21VERSION ?= $(shell $(TOOLSDIR)/version.sh $(ROOTDIR))
22 22
23.PHONY: $(OBJDIR)/version.tex $(OBJDIR)/$(MANFILE).tex 23.PHONY: $(OBJDIR)/version.tex $(OBJDIR)/$(MANFILE).tex
24 24