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<w...@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



Reply via email to