aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin Petit <kevin.petit@arm.com>2022-12-06 11:56:15 +0000
committerEric Kunze <eric.kunze@arm.com>2022-12-09 15:51:46 +0000
commit36f2d64e38467dc02c632951ce564a35abcaa268 (patch)
treee5f45741865b2fa248173101c35fd9cdc519d701 /Makefile
parentd19f7ff9bf440bfe27d92efd7bfa32a76ab706f3 (diff)
downloadspecification-36f2d64e38467dc02c632951ce564a35abcaa268.tar.gz
Use XML as source for specification version
Also update to version 0.51.0 draft Signed-off-by: Kevin Petit <kevin.petit@arm.com> Change-Id: Ib0754169b96d2f3110067e0bdc0bb3f309ec1951
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)