← Prev in month ← Prev in thread
Next in thread → Next in month →

[PATCH] headerfile: fix link to header file in html output

From
Michael S. Tsirkin
Date
2015-01-24T21:14:00+00:00
ID
Thread
[PATCH] headerfile: fix link to header file in html output
Using macros within url doesn't work for html output. To fix, put url within macro.  Signed-off-by: Michael S. Tsirkin <> ---  headerfile.tex
2 +-  specvars.tex
1 +  2 files changed, 2 insertions(+), 1 deletion(-)  diff --git a/headerfile.tex b/headerfile.tex index 603467b..b1a92c2 100644 --- a/headerfile.tex +++ b/headerfile.tex @@ -1,7 +1,7 @@  chapter{virtio_ring.h}label{sec:virtio-ring.h}
This file is also available at the link -url{virtiourlbase/listings/virtio_ring.h}. +virtiourlh.  All definitions in this section are for non-normative reference  only.
diff --git a/specvars.tex b/specvars.tex index b1f68d1..1f7cd9f 100644 --- a/specvars.tex +++ b/specvars.tex @@ -7,6 +7,7 @@  urldef virtiourltexurl{virtiourlbase/tex/}  urldef virtiourlpdfurl{virtiourlbase/virtiospecfile.pdf}  urldef virtiourlhtmlurl{virtiourlbase/virtiospecfile.html} +urldef virtiourlhurl{virtiourlbase/listings/virtio_ring.h}  urldef virtiourllatestpdfurl{ http://docs.oasis-open.org/virtio/virtio/vvirtiorev/virtio-vvirtiorev.pdf}
urldef virtiourllatesthtmlurl{ http://docs.oasis-open.org/virtio/virtio/vvirtiorev/virtio-vvirtiorev.html}
ewcommand{virtioworkproduct}{Standards Track Work Product}

--
MST
← Prev in month ← Prev in thread
Next in thread → Next in month →