[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH] virtio-html.cfg: use variable for spec version
this way it gets updated automatically
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
virtio-html.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtio-html.cfg b/virtio-html.cfg
index 80212aa..c80d5eb 100644
--- a/virtio-html.cfg
+++ b/virtio-html.cfg
@@ -17,7 +17,7 @@
%%\Configure{HColWidth}{\HCode{ style="min-width:\HColWidth"}}
- \Configure{@TITLE}{Virtual I/O Device (VIRTIO) Version 1.1}
+ \Configure{@TITLE}{Virtual I/O Device (VIRTIO) Version \virtiorev}
\Css{body { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }}
\Css{h1 { color:\#552681; font-size:150\%; }}
\Css{h2 { color:\#552681; font-size:140\%; }}
--
MST
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]