summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
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