aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a0d1056..c294fbb 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@
# by a licensing agreement from ARM Limited.
#
-TOSAREVISION=0.50.0
MKDIR=mkdir -p
ASCIIDOC=asciidoctor
ASPELL=aspell
@@ -19,7 +18,7 @@ HTMLDIR=out/html
PDFDIR=out/pdf
GENDIR=out/gen
-COMMON_ARGS= -a revnumber="$(TOSAREVISION)" -a generated="$(abspath $(GENDIR))"
+COMMON_ARGS= -a generated="$(abspath $(GENDIR))"
SPECSRC := tosa_spec.adoc
ADOCFILES = $(wildcard chapters/[A-Za-z]*.adoc) $(wildcard $(GENDIR)/*/*.adoc)