qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] post-rst-conversion cleanups
@ 2020-03-06 17:17 Peter Maydell
  2020-03-06 17:17 ` [PATCH 1/7] Makefile: Remove redundant Texinfo related code Peter Maydell
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Peter Maydell @ 2020-03-06 17:17 UTC (permalink / raw)
  To: qemu-devel

This series has some small cleanups now that the conversion
of qemu-doc to rST has gone into master:
 * reorder the index.html.in/index.rst as it looks a bit odd
   now that qemu-doc.html has gone from the top of the list
 * remove various bits of redundant code, makefile runes, etc
 * update some comments still talking about texi
 * add a missing dependency so that editing the Sphinx
   extension source code triggers a rebuild of the docs

thanks
-- PMM

Peter Maydell (7):
  Makefile: Remove redundant Texinfo related code
  Update comments in .hx files that mention Texinfo
  hxtool: Remove Texinfo generation support
  docs/sphinx/hxtool.py: Remove STEXI/ETEXI support
  Makefile: Make all Sphinx documentation depend on the extensions
  docs/index.rst, docs/index.html.in: Reorder manuals
  docs/qemu-option-trace.rst.inc: Remove redundant comment

 Makefile                       | 14 ++----
 docs/index.html.in             | 10 ++---
 docs/index.rst                 |  8 ++--
 docs/qemu-option-trace.rst.inc |  4 --
 docs/sphinx/hxtool.py          | 28 ++----------
 hmp-commands-info.hx           |  8 ++--
 hmp-commands.hx                |  8 ++--
 qemu-options.hx                |  8 ++--
 scripts/hxtool                 | 78 +---------------------------------
 9 files changed, 29 insertions(+), 137 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-03-11  5:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-06 17:17 [PATCH 0/7] post-rst-conversion cleanups Peter Maydell
2020-03-06 17:17 ` [PATCH 1/7] Makefile: Remove redundant Texinfo related code Peter Maydell
2020-03-06 17:17 ` [PATCH 2/7] Update comments in .hx files that mention Texinfo Peter Maydell
2020-03-06 17:17 ` [PATCH 3/7] hxtool: Remove Texinfo generation support Peter Maydell
2020-03-06 17:17 ` [PATCH 4/7] docs/sphinx/hxtool.py: Remove STEXI/ETEXI support Peter Maydell
2020-03-06 17:17 ` [PATCH 5/7] Makefile: Make all Sphinx documentation depend on the extensions Peter Maydell
2020-03-06 17:17 ` [PATCH 6/7] docs/index.rst, docs/index.html.in: Reorder manuals Peter Maydell
2020-03-06 17:17 ` [PATCH 7/7] docs/qemu-option-trace.rst.inc: Remove redundant comment Peter Maydell
2020-03-06 19:49 ` [PATCH 0/7] post-rst-conversion cleanups no-reply
2020-03-11  5:56 ` Richard Henderson

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).