* [Qemu-devel] [PATCH] qemu-doc: include version number
@ 2017-06-06 15:19 Paolo Bonzini
2017-06-06 15:25 ` Peter Maydell
0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2017-06-06 15:19 UTC (permalink / raw)
To: qemu-devel; +Cc: marcandre.lureau
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
qemu-doc.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 965ba5929e..8e5c4a951f 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -1,6 +1,7 @@
\input texinfo @c -*- texinfo -*-
@c %**start of header
@setfilename qemu-doc.info
+@include version.texi
@documentlanguage en
@documentencoding UTF-8
@@ -19,7 +20,7 @@
@iftex
@titlepage
@sp 7
-@center @titlefont{QEMU Emulator}
+@center @titlefont{QEMU version @value{VERSION}}
@sp 1
@center @titlefont{User Documentation}
@sp 3
--
2.13.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-doc: include version number
2017-06-06 15:19 [Qemu-devel] [PATCH] qemu-doc: include version number Paolo Bonzini
@ 2017-06-06 15:25 ` Peter Maydell
2017-06-06 15:38 ` Paolo Bonzini
0 siblings, 1 reply; 3+ messages in thread
From: Peter Maydell @ 2017-06-06 15:25 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: QEMU Developers, Marc-André Lureau
On 6 June 2017 at 16:19, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> qemu-doc.texi | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 965ba5929e..8e5c4a951f 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -1,6 +1,7 @@
> \input texinfo @c -*- texinfo -*-
> @c %**start of header
> @setfilename qemu-doc.info
> +@include version.texi
>
> @documentlanguage en
> @documentencoding UTF-8
> @@ -19,7 +20,7 @@
> @iftex
> @titlepage
> @sp 7
> -@center @titlefont{QEMU Emulator}
> +@center @titlefont{QEMU version @value{VERSION}}
> @sp 1
> @center @titlefont{User Documentation}
> @sp 3
> --
> 2.13.0
I think you also now need to make the qemu-doc.* files depend
on version.texi (as we do already for qemu-ga-ref.* and qemu-qmp-ref.*)
(If we plan to make the other docs also use version.texi, this
might be best done by reverting some of commit bd7f97479687.)
thanks
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-doc: include version number
2017-06-06 15:25 ` Peter Maydell
@ 2017-06-06 15:38 ` Paolo Bonzini
0 siblings, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2017-06-06 15:38 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Developers, Marc-André Lureau
On 06/06/2017 17:25, Peter Maydell wrote:
> On 6 June 2017 at 16:19, Paolo Bonzini <pbonzini@redhat.com> wrote:
>> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
>> ---
>> qemu-doc.texi | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/qemu-doc.texi b/qemu-doc.texi
>> index 965ba5929e..8e5c4a951f 100644
>> --- a/qemu-doc.texi
>> +++ b/qemu-doc.texi
>> @@ -1,6 +1,7 @@
>> \input texinfo @c -*- texinfo -*-
>> @c %**start of header
>> @setfilename qemu-doc.info
>> +@include version.texi
>>
>> @documentlanguage en
>> @documentencoding UTF-8
>> @@ -19,7 +20,7 @@
>> @iftex
>> @titlepage
>> @sp 7
>> -@center @titlefont{QEMU Emulator}
>> +@center @titlefont{QEMU version @value{VERSION}}
>> @sp 1
>> @center @titlefont{User Documentation}
>> @sp 3
>> --
>> 2.13.0
>
> I think you also now need to make the qemu-doc.* files depend
> on version.texi (as we do already for qemu-ga-ref.* and qemu-qmp-ref.*)
> (If we plan to make the other docs also use version.texi, this
> might be best done by reverting some of commit bd7f97479687.)
Indeed, so I'll make a two-patch series with this and "docs: create
interop/ subdirectory".
Paolo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-06 15:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06 15:19 [Qemu-devel] [PATCH] qemu-doc: include version number Paolo Bonzini
2017-06-06 15:25 ` Peter Maydell
2017-06-06 15:38 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).