public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Adriano Carvalho <adrianocarvalho.pt@gmail.com>
To: u-boot@lists.denx.de
Cc: Adriano Carvalho <adrianocarvalho.pt@gmail.com>,
	Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Neha Malcom Francis <n-francis@ti.com>
Subject: [PATCH 1/7] doc: make pdfdocs: Specify texlive-xetex as a prerequisite
Date: Mon, 25 Aug 2025 23:44:44 +0100	[thread overview]
Message-ID: <20250825224459.682403-2-adrianocarvalho.pt@gmail.com> (raw)
In-Reply-To: <20250825224459.682403-1-adrianocarvalho.pt@gmail.com>

If I don't apt install texlive-xetex, this is what I get with docker.io/trini/u-boot-gitlab-ci-runner:jammy-20250714-25Jul2025:

uboot@35c89b9ab70e:~/u-boot$ make pdfdocs
  HOSTCC  scripts/basic/fixdep
doc/Makefile:89: The 'xelatex' command was not found. Make sure you have it installed and in PATH to produce PDF output.
  SKIP    Sphinx pdfdocs target.

NOTE: This won't completely fix the pdfdocs target. See next commit(s).

Signed-off-by: Adriano Carvalho <adrianocarvalho.pt@gmail.com>
---
 doc/build/documentation.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/build/documentation.rst b/doc/build/documentation.rst
index 098c96a4c4f..68d7e11c572 100644
--- a/doc/build/documentation.rst
+++ b/doc/build/documentation.rst
@@ -16,6 +16,8 @@ the following dependencies are needed to build the documentation:
 
 * texinfo (if building the `Infodoc documentation`_)
 
+* texlive-xetex (if building the `PDF documentation`_ through the *pdfdocs* target)
+
 HTML documentation
 ------------------
 
-- 
2.48.1


  reply	other threads:[~2025-08-25 22:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-25 22:44 [PATCH 0/7] doc: make pdfdocs: Address issues with the make pdfdocs target Adriano Carvalho
2025-08-25 22:44 ` Adriano Carvalho [this message]
2025-08-25 22:55   ` [PATCH 1/7] doc: make pdfdocs: Specify texlive-xetex as a prerequisite Tom Rini
2025-09-19  0:57   ` E Shattow
2025-08-25 22:44 ` [PATCH 2/7] doc: make pdfdocs: Update the description with the needed steps Adriano Carvalho
2025-08-25 22:56   ` Tom Rini
2025-08-25 22:44 ` [PATCH 3/7] doc: make pdfdocs: Add pip install pytest to the list of " Adriano Carvalho
2025-08-25 22:57   ` Tom Rini
2025-08-25 22:44 ` [PATCH 4/7] doc: make pdfdocs: Ensure SVG files are converted to PDF before the compilation of *.tex files Adriano Carvalho
2025-08-25 22:55   ` Adriano Carvalho
2025-08-25 23:00   ` Tom Rini
2025-08-26 23:47     ` Adriano Carvalho
2025-08-27  0:23       ` Tom Rini
2025-08-27  0:44         ` Adriano Carvalho
2025-09-03  1:14           ` Adriano Carvalho
2025-09-04  1:24             ` Adriano Carvalho
2025-09-05 23:09               ` Tom Rini
2025-09-23 20:49                 ` Adriano Carvalho
2025-09-24  0:57                   ` Tom Rini
2025-10-02 12:06                     ` Adriano Carvalho
2025-10-02 14:02                       ` Tom Rini
2025-08-25 22:44 ` [PATCH 5/7] doc: make pdfdocs: Update empty SVG file to something, otherwise compilation of the *.tex files fails Adriano Carvalho
2025-08-25 22:58   ` Tom Rini
2025-08-26  0:20     ` Adriano Carvalho
2025-08-25 22:44 ` [PATCH 6/7] doc: make pdfdocs: Increase the maximum list depth Adriano Carvalho
2025-08-25 22:44 ` [PATCH 7/7] doc: make pdfdocs: Remove redundant "-j" option Adriano Carvalho

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250825224459.682403-2-adrianocarvalho.pt@gmail.com \
    --to=adrianocarvalho.pt@gmail.com \
    --cc=n-francis@ti.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox