qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 1ede77: qapi2texi: replace quotation by bold


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 1ede77: qapi2texi: replace quotation by bold section name
Date: Mon, 20 Feb 2017 11:00:12 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 1ede77dfd2220074c5ec3a1d1a25a5ec1ccbc17d
      
https://github.com/qemu/qemu/commit/1ede77dfd2220074c5ec3a1d1a25a5ec1ccbc17d
  Author: Marc-André Lureau <address@hidden>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

  Changed paths:
    M scripts/qapi2texi.py

  Log Message:
  -----------
  qapi2texi: replace quotation by bold section name

When we build qemu-qmp-ref.txt this causes texinfo to complain several
times:
"Negative repeat count does nothing at
/usr/share/texinfo/Texinfo/Convert/Line.pm line 124."

It also doesn't display correctly, because the "Notes" text disappears
entirely in the HTML version because it thinks there's no actual
quotation text.

The text file output formatting is also not good.

To solve those problems, remove usage of @quotation, and simply use bold
face for the section name.

Reported-by: Peter Maydell <address@hidden>
Signed-off-by: Marc-André Lureau <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: fea346f569d4132296f7c26367374fcace80e096
      
https://github.com/qemu/qemu/commit/fea346f569d4132296f7c26367374fcace80e096
  Author: Peter Maydell <address@hidden>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

  Changed paths:
    M .gitignore
    M Makefile
    M docs/qemu-ga-ref.texi
    M docs/qemu-qmp-ref.texi

  Log Message:
  -----------
  Makefile: Put VERSION info into version.texi rather than using -D

Unfortunately some older versions of makeinfo don't correctly
handle the -D command line option and fail to set the variable.
This then causes them to complain
 docs/qemu-ga-ref.texi:41: warning: undefined flag: VERSION

Work around this by doing as the autotools do, and writing
the information into a version.texi file which we then
include from the .texi files that need it.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 56f9e46b841c7be478ca038d8d4085d776ab4b0d
      
https://github.com/qemu/qemu/commit/56f9e46b841c7be478ca038d8d4085d776ab4b0d
  Author: Peter Maydell <address@hidden>
  Date:   2017-02-20 (Mon, 20 Feb 2017)

  Changed paths:
    M .gitignore
    M Makefile
    M docs/qemu-ga-ref.texi
    M docs/qemu-qmp-ref.texi
    M scripts/qapi2texi.py

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-02-20' into 
staging

QAPI patches for 2017-02-20

# gpg: Signature made Mon 20 Feb 2017 13:31:12 GMT
# gpg:                using RSA key 0x3870B400EB918653
# gpg: Good signature from "Markus Armbruster <address@hidden>"
# gpg:                 aka "Markus Armbruster <address@hidden>"
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* remotes/armbru/tags/pull-qapi-2017-02-20:
  Makefile: Put VERSION info into version.texi rather than using -D
  qapi2texi: replace quotation by bold section name

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/c8f21dbfc3de...56f9e46b841c

reply via email to

[Prev in Thread] Current Thread [Next in Thread]