diff mbox

[2/8] Documentation: Add direntry for info format

Message ID 1265410325-16433-2-git-send-email-weil@mail.berlios.de
State New
Headers show

Commit Message

Stefan Weil Feb. 5, 2010, 10:51 p.m. UTC
update-info-dir maintains an index of all available
documentation in info format (the file /usr/share/info/dir).

It reads special @direntry tags in info files.

This patch (extracted from a larger patch provided by
Dirk Ullrich) adds these tags for qemu-doc.info and
qemu-tech.info.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 qemu-doc.texi  |    6 ++++++
 qemu-tech.texi |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

Comments

Anthony Liguori Feb. 10, 2010, 7:30 p.m. UTC | #1
On 02/05/2010 04:51 PM, Stefan Weil wrote:
> update-info-dir maintains an index of all available
> documentation in info format (the file /usr/share/info/dir).
>
> It reads special @direntry tags in info files.
>
> This patch (extracted from a larger patch provided by
> Dirk Ullrich) adds these tags for qemu-doc.info and
> qemu-tech.info.
>
> Signed-off-by: Stefan Weil<weil@mail.berlios.de>
>    

Applied 2-8.  I already picked up 1/8 when you submitted it separately.  
Thanks.

Regards,

Anthony Liguori
> ---
>   qemu-doc.texi  |    6 ++++++
>   qemu-tech.texi |    6 ++++++
>   2 files changed, 12 insertions(+), 0 deletions(-)
>
> diff --git a/qemu-doc.texi b/qemu-doc.texi
> index 2fb5c0b..eba6437 100644
> --- a/qemu-doc.texi
> +++ b/qemu-doc.texi
> @@ -6,6 +6,12 @@
>   @paragraphindent 0
>   @c %**end of header
>
> +@ifinfo
> +@direntry
> +* QEMU: (qemu-doc).    The QEMU Emulator User Documentation.
> +@end direntry
> +@end ifinfo
> +
>   @iftex
>   @titlepage
>   @sp 7
> diff --git a/qemu-tech.texi b/qemu-tech.texi
> index 97d8dea..52560dc 100644
> --- a/qemu-tech.texi
> +++ b/qemu-tech.texi
> @@ -6,6 +6,12 @@
>   @paragraphindent 0
>   @c %**end of header
>
> +@ifinfo
> +@direntry
> +* QEMU Internals: (qemu-tech).   The QEMU Emulator Internals.
> +@end direntry
> +@end ifinfo
> +
>   @iftex
>   @titlepage
>   @sp 7
>
diff mbox

Patch

diff --git a/qemu-doc.texi b/qemu-doc.texi
index 2fb5c0b..eba6437 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -6,6 +6,12 @@ 
 @paragraphindent 0
 @c %**end of header
 
+@ifinfo
+@direntry
+* QEMU: (qemu-doc).    The QEMU Emulator User Documentation.
+@end direntry
+@end ifinfo
+
 @iftex
 @titlepage
 @sp 7
diff --git a/qemu-tech.texi b/qemu-tech.texi
index 97d8dea..52560dc 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -6,6 +6,12 @@ 
 @paragraphindent 0
 @c %**end of header
 
+@ifinfo
+@direntry
+* QEMU Internals: (qemu-tech).   The QEMU Emulator Internals.
+@end direntry
+@end ifinfo
+
 @iftex
 @titlepage
 @sp 7