mbox series

[v2,0/6] Updates around the UNPACKDIR variable

Message ID 20250311-overview-figures-v2-0-63f0c89fab98@bootlin.com
Headers show
Series Updates around the UNPACKDIR variable | expand

Message

Antonin Godard March 11, 2025, 1:31 p.m. UTC
In the overview manual, for images that should mention UNPACKDIR, update
them to SVGs. Using SVGs will allow maintainers to grep for variables
and find it in SVGs images, since they are text. It also renders them
much better in the doc.

Preview the files here:
https://lufi.bootlin.com/r/xvEBFSSCQH#havO3Q0FE2iwosN18yBE2NLy3jOsN+N9PcY34+Yj96Q=
https://lufi.bootlin.com/r/XXzoY9Pqym#dtnlf3eRPXJLkc8eElsdhaIhuzaMLs91vtqEJqcip1w=
https://lufi.bootlin.com/r/MpJfxZVBKY#F922qn9mRFKqtVMsQRCDYlDEv/qGOXDQstedRtM2F84=
https://lufi.bootlin.com/r/QTT_WFgD49#zs8s9pgYGbogUZR/7q8KHVV2jTwrEuSR1Z0wxqM0Yao=

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Changes in v2:
- The converted SVG were a bit off because of all of the multiple arrows
  that were misaligned with the text. Instead of using extra objects to
  do this, use characters that act as arrows and are never misaligned to
  the text.
- Drop the UNPACKDIR description patch. I'll send it separately as it
  needs more reviews and I don't want it to block this series.
- Reviews from Quentin (thanks!):
  - Be more precise about what changed in the figures in the commit log.
  - Fix the arrow direction in configuration-compile-autoreconf.png,
    where is also used in configure/compile/install in different ways.
  - Split commit for PR removal and UNPACKDIR addition in the build dir
    description list.
- Link to v1: https://lore.kernel.org/r/20250218-overview-figures-v1-0-75d23b5e7a88@bootlin.com

---
Antonin Godard (6):
      overview-manual: convert source-fetching.png to svg and fix UNPACKDIR
      overview-manual: convert patching.png to svg
      overview-manual: convert configuration-compile-autoreconf.png to svg
      overview-manual: convert analysis-for-package-splitting.png to svg
      overview-manual/concepts: remove PR from the build dir list
      overview-manual/concepts: add UNPACKDIR in the directory description

 documentation/overview-manual/concepts.rst         |   24 +-
 .../figures/analysis-for-package-splitting.png     |  Bin 68434 -> 0 bytes
 .../figures/configuration-compile-autoreconf.png   |  Bin 70877 -> 0 bytes
 documentation/overview-manual/figures/patching.png |  Bin 57414 -> 0 bytes
 .../overview-manual/figures/source-fetching.png    |  Bin 46896 -> 0 bytes
 .../svg/analysis-for-package-splitting.svg         | 1862 ++++++++++++++++++++
 .../svg/configuration-compile-autoreconf.svg       | 1497 ++++++++++++++++
 documentation/overview-manual/svg/patching.svg     | 1224 +++++++++++++
 .../overview-manual/svg/source-fetching.svg        | 1094 ++++++++++++
 9 files changed, 5689 insertions(+), 12 deletions(-)
---
base-commit: e608902ffae3af5ab0c5308b0550e49a790482f0
change-id: 20250217-overview-figures-ead01baaeebf

Best regards,