summaryrefslogtreecommitdiff
path: root/specvars.tex
diff options
context:
space:
mode:
authorrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-12-03 06:42:31 +0000
committerrusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2013-12-03 06:42:31 +0000
commit4373909d0685327f18019e2a4cb91da512fbecc0 (patch)
treeda23ca0dd1d451db25c0b5f40a6c62c6ff586b37 /specvars.tex
parentfee371b4b128dbe29cb18f59e8f6df7ded7cc50c (diff)
Formatting repair as per Chet's feedback.
1) Populate TC member list. 2) Remove Non-Normative References section 3) Fix URLs to point to correct place. Signed-off-by: Rusty Russell <rusty@au1.ibm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@153 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'specvars.tex')
-rw-r--r--specvars.tex31
1 files changed, 1 insertions, 30 deletions
diff --git a/specvars.tex b/specvars.tex
index d166311..4b265e8 100644
--- a/specvars.tex
+++ b/specvars.tex
@@ -1,33 +1,4 @@
-% define VIRTIO Working Draft number and date
-\newcommand{\virtiorev}{1.0}
-\newcommand{\virtioworkingdraftdate}{05 Nov 2013}
-\newcommand{\virtioworkingdraft}{01}
-\newcommand{\virtiodraftstage}{wd}
-\newcommand{\virtiodraftstagename}{Working Draft}
-% Detect current stage and version based on document name
-\IfSubStr{\jobname}{-wd}{
-\renewcommand{\virtioworkingdraft}{\StrBehind{\jobname}{-wd}}
-}
-\IfSubStr{\jobname}{-os}{
-\renewcommand{\virtiodraftstage}{os}
-\renewcommand{\virtiodraftstagename}{OASIS Standard}
-\newcommand{\virtioworkingdraft}{}
-}
-\IfSubStr{\jobname}{-cs}{
-\renewcommand{\virtiodraftstage}{cs}
-\renewcommand{\virtiodraftstagename}{Committee Specification}
-\renewcommand{\virtioworkingdraft}{}
-}
-\IfSubStr{\jobname}{-csd}{
-\renewcommand{\virtiodraftstage}{csd}
-\renewcommand{\virtiodraftstagename}{Committee Specification Draft}
-\renewcommand{\virtioworkingdraft}{\StrBehind{\jobname}{-csd}}
-}
-\IfSubStr{\jobname}{-csprd}{
-\renewcommand{\virtiodraftstage}{csprd}
-\renewcommand{\virtiodraftstagename}{Committee Specification Public Review Draft}
-\renewcommand{\virtioworkingdraft}{\StrBehind{\jobname}{-csprd}}
-}
+\input{setup-generated.tex}
\newcommand{\virtioversion}{Virtual I/O Device (VIRTIO) Version \virtiorev}
\newcommand{\virtiospecfile}{virtio-v\virtiorev-\virtiodraftstage\virtioworkingdraft}
\newcommand{\virtiourlbase}{http://docs.oasis-open.org/virtio/virtio/v\virtiorev/\virtiodraftstage\virtioworkingdraft}