forked from len0rd/rockbox
Update documentation build to use saner version extraction
Patch by Igor Poretsky Change-Id: I0c61d42dcac79b72c6b13d700732237a845f676e
This commit is contained in:
parent
8143e4437b
commit
0d3ea8231f
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(BUILDDI
|
|||
.PHONY: all buildmanual clean objdir-check
|
||||
MANFILE := rockbox-build
|
||||
|
||||
VERSION= `$(TOOLSDIR)/version.sh $(ROOTDIR)`
|
||||
VERSION ?= $(shell $(TOOLSDIR)/version.sh $(ROOTDIR))
|
||||
|
||||
.PHONY: $(OBJDIR)/version.tex $(OBJDIR)/$(MANFILE).tex
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue